19.5.7.5. method processMessage
서명:
- org.hl7.fhir.instance.instance.api.IBaseBundle processMessage(String respondToUri, org.hl7.fhir.instance.model.api.IBaseBundle), 부울 asynchronous, Class<org.hl7.fhir.instance.model.api.IBaseBundle>Class, response. java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
fhir/processMessage API 메서드에는 아래 표에 나열된 매개변수가 있습니다.
매개변수 | 설명 | 유형 |
---|---|---|
asynchronous | 메시지를 비동기적으로 또는 동기적으로 처리할지 여부는 기본값은 synchronous입니다. | 부울 |
extraParameters | 전달할 수 있는 매개 변수의 전체 목록은 NULL일 수 있습니다.See ExtraParameters for a full list of parameters that can be passed, may be NULL. | map |
msgBundle | 메시지 번들을 POST로 설정 | IBaseBundle |
respondToUri | 수신 서버의 응답이 이 URI로 전송되어야 함을 나타내는 선택적 쿼리 매개 변수는 NULL일 수 있습니다. | 문자열 |
responseClass | 응답 클래스 | class |
위의 매개변수 외에도 fhir API는 를 사용할 수도 있습니다.
임의의 매개변수는 끝점 URI에서 제공하거나 메시지 헤더에서 동적으로 제공할 수 있습니다. 메시지 헤더 이름은 CamelFhir.parameter
형식이어야 합니다. inBody
매개변수는 메시지 헤더를 덮어씁니다. 즉, inBody=myParameterNameHere
의 endpoint 매개변수는 CamelFhir.myParameterName
here 헤더를 덮어씁니다.