Uses of Class
ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
Package
Description
-
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.api
Modifier and TypeMethodDescriptionChannelProducerSettings.setConcurrentConsumers
(int theConcurrentConsumers) Modifier and TypeMethodDescriptionIChannelFactory.getOrCreateProducer
(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) Create a channel that is used to send messages to the queue. -
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.impl
Modifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateProducer
(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) -
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.subscription
Modifier and TypeMethodDescriptionprotected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForDeliveryChannel
(ChannelProducerSettings theOptions) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForMatchingChannel
(ChannelProducerSettings theOptions) Modifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliverySendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingSendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForDeliveryChannel
(ChannelProducerSettings theOptions) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForMatchingChannel
(ChannelProducerSettings theOptions)