Uses of Interface
ca.uhn.fhir.rest.gclient.IOperationProcessMsgMode
-
Packages that use IOperationProcessMsgMode Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IOperationProcessMsgMode in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IOperationProcessMsgMode Modifier and Type Method Description <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)
-