
Uses of Class
ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
Packages that use ResourceDeliveryMessage
Package
Description
-
Uses of ResourceDeliveryMessage in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return types with arguments of type ResourceDeliveryMessageModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryConsumer
(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) SubscriptionChannelFactory.newDeliveryProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) Method parameters in ca.uhn.fhir.jpa.subscription.channel.subscription with type arguments of type ResourceDeliveryMessageModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryConsumer
(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) -
Uses of ResourceDeliveryMessage in ca.uhn.fhir.jpa.subscription.model
Methods in ca.uhn.fhir.jpa.subscription.model that return ResourceDeliveryMessageMethods in ca.uhn.fhir.jpa.subscription.model with parameters of type ResourceDeliveryMessageModifier and TypeMethodDescriptionvoid
ResourceDeliveryJsonMessage.setPayload
(ResourceDeliveryMessage thePayload) Constructors in ca.uhn.fhir.jpa.subscription.model with parameters of type ResourceDeliveryMessageModifierConstructorDescriptionResourceDeliveryJsonMessage
(ResourceDeliveryMessage thePayload) Constructor