Uses of Class
ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
Package
Description
-
Uses of ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.api
Modifier and TypeMethodDescriptionChannelConsumerSettings.setConcurrentConsumers
(int theConcurrentConsumers) Modifier and TypeMethodDescriptionIChannelFactory.getOrCreateReceiver
(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings) Create a channel that is used to receive messages from the queue. -
Uses of ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.impl
Modifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateReceiver
(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings) -
Uses of ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.subscription
Modifier and TypeMethodDescriptionprotected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForDeliveryChannel
(ChannelConsumerSettings theOptions) protected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForMatchingChannel
(ChannelConsumerSettings theOptions) Modifier and TypeMethodDescriptionprotected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForDeliveryChannel
(ChannelConsumerSettings theOptions) protected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForMatchingChannel
(ChannelConsumerSettings theOptions) SubscriptionChannelFactory.newDeliveryReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings)