
Uses of Package
ca.uhn.fhir.rest.server.messaging
Packages that use ca.uhn.fhir.rest.server.messaging
-
Classes in ca.uhn.fhir.rest.server.messaging used by ca.uhn.fhir.rest.server.messagingClassDescriptionSome broker implementations require a message key.This interface is implemented by serializable "wrapper" message classes that are exchanged with Massage Brokers.IMessage implementations that deliver a FHIR Resource payload can implement this interface to make the resource id available to loggers.
-
Classes in ca.uhn.fhir.rest.server.messaging used by ca.uhn.fhir.rest.server.messaging.jsonClassDescriptionThis interface is implemented by serializable "wrapper" message classes that are exchanged with Massage Brokers.If a Message Listener registered with a Channel Consumer is retry aware, then the Channel Consumer can pass an instance of this interface to provide delivery context details to the listener.