
Class SubscriptionChannelFactory
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
-
public class SubscriptionChannelFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionChannelFactory(IChannelFactory theChannelFactory)
Constructor
-
Method Summary
-
-
-
Constructor Detail
-
SubscriptionChannelFactory
public SubscriptionChannelFactory(IChannelFactory theChannelFactory)
Constructor
-
-
Method Detail
-
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
public int getDeliveryChannelConcurrentConsumers()
-
getMatchingChannelConcurrentConsumers
public int getMatchingChannelConcurrentConsumers()
-
getChannelFactory
public IChannelFactory getChannelFactory()
-
-