Uses of Interface
ca.uhn.fhir.rest.gclient.IOperationProcessMsgMode
Packages that use IOperationProcessMsgMode
-
Uses of IOperationProcessMsgMode in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IOperationProcessMsgModeModifier 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)