Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.api.IChannelReceiver
Package
Description
-
Uses of IChannelReceiver in ca.uhn.fhir.jpa.subscription.channel.api
Modifier and TypeMethodDescriptionIChannelFactory.getOrCreateReceiver
(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings) Create a channel that is used to receive messages from the queue. -
Uses of IChannelReceiver in ca.uhn.fhir.jpa.subscription.channel.impl
Modifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateReceiver
(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings) -
Uses of IChannelReceiver in ca.uhn.fhir.jpa.subscription.channel.subscription
Modifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings) ModifierConstructorDescription