Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.api.IChannelReceiver
Packages that use IChannelReceiver
Package
Description
-
Uses of IChannelReceiver in ca.uhn.fhir.jpa.subscription.channel.api
Methods in ca.uhn.fhir.jpa.subscription.channel.api that return IChannelReceiverModifier 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
Classes in ca.uhn.fhir.jpa.subscription.channel.impl that implement IChannelReceiverMethods in ca.uhn.fhir.jpa.subscription.channel.impl that return IChannelReceiverModifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateReceiver(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings) -
Uses of IChannelReceiver in ca.uhn.fhir.jpa.subscription.channel.subscription
Classes in ca.uhn.fhir.jpa.subscription.channel.subscription that implement IChannelReceiverMethods in ca.uhn.fhir.jpa.subscription.channel.subscription that return IChannelReceiverModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryReceivingChannel(String theChannelName, ChannelConsumerSettings theChannelSettings)SubscriptionChannelFactory.newMatchingReceivingChannel(String theChannelName, ChannelConsumerSettings theChannelSettings)Constructors in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type IChannelReceiverModifierConstructorDescriptionBroadcastingSubscribableChannelWrapper(IChannelReceiver theChannel)