
Class SubscriptionChannelFactory
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
protected ChannelConsumerSettings
protected ChannelConsumerSettings
newDeliveryConsumer
(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) newDeliveryProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) newMatchingConsumer
(String theChannelName, IMessageListener<ResourceModifiedMessage> theListener, ChannelConsumerSettings theChannelSettings) newMatchingProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) protected ChannelProducerSettings
protected ChannelProducerSettings
-
Constructor Details
-
SubscriptionChannelFactory
Constructor
-
-
Method Details
-
newDeliveryProducer
public IChannelProducer<ResourceDeliveryMessage> newDeliveryProducer(String theChannelName, ChannelProducerSettings theChannelSettings) -
newDeliveryConsumer
public IChannelConsumer<ResourceDeliveryMessage> newDeliveryConsumer(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) -
newMatchingProducer
public IChannelProducer<ResourceModifiedMessage> newMatchingProducer(String theChannelName, ChannelProducerSettings theChannelSettings) -
newMatchingConsumer
public IChannelConsumer<ResourceModifiedMessage> newMatchingConsumer(String theChannelName, IMessageListener<ResourceModifiedMessage> theListener, ChannelConsumerSettings theChannelSettings) -
newProducerConfigForDeliveryChannel
protected ChannelProducerSettings newProducerConfigForDeliveryChannel(ChannelProducerSettings theOptions) -
newConsumerConfigForDeliveryChannel
protected ChannelConsumerSettings newConsumerConfigForDeliveryChannel(ChannelConsumerSettings theOptions) -
newProducerConfigForMatchingChannel
protected ChannelProducerSettings newProducerConfigForMatchingChannel(ChannelProducerSettings theOptions) -
newConsumerConfigForMatchingChannel
protected ChannelConsumerSettings newConsumerConfigForMatchingChannel(ChannelConsumerSettings theOptions) -
getDeliveryChannelConcurrentConsumers
-
getMatchingChannelConcurrentConsumers
-
getBrokerClient
-