Class SubscriptionChannelFactory
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
protected ChannelConsumerSettings
protected ChannelConsumerSettings
newDeliveryReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings) newDeliverySendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) newMatchingReceivingChannel
(String theChannelName, ChannelConsumerSettings theChannelSettings) newMatchingSendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) protected ChannelProducerSettings
protected ChannelProducerSettings
-
Constructor Details
-
SubscriptionChannelFactory
Constructor
-
-
Method Details
-
newDeliverySendingChannel
public IChannelProducer newDeliverySendingChannel(String theChannelName, ChannelProducerSettings theChannelSettings) -
newDeliveryReceivingChannel
public IChannelReceiver newDeliveryReceivingChannel(String theChannelName, ChannelConsumerSettings theChannelSettings) -
newMatchingSendingChannel
public IChannelProducer newMatchingSendingChannel(String theChannelName, ChannelProducerSettings theChannelSettings) -
newMatchingReceivingChannel
public IChannelReceiver newMatchingReceivingChannel(String theChannelName, 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
-
getChannelFactory
-