Uses of Interface
ca.uhn.fhir.rest.gclient.IOperationProcessMsgMode
-
Uses of IOperationProcessMsgMode in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescription<R extends IBaseResource>
IOperationProcessMsgMode<R> IOperationProcessMsgMode.asynchronous
(Class<R> theResponseClass) <R extends IBaseResource>
IOperationProcessMsgMode<R> IOperationProcessMsg.setMessageBundle
(IBaseBundle theMsgBundle) Set the Message Bundle to POST to the messaging server.
After this call you must choose either the method synchronous or asynchronous to set the processing mode.<R extends IBaseResource>
IOperationProcessMsgMode<R> IOperationProcessMsgMode.synchronous
(Class<R> theResponseClass)