Class SubscriptionChannelRegistry
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ActiveSubscription theActiveSubscription)getDeliveryReceiverChannel(String theChannelName)org.springframework.messaging.MessageChannelgetDeliverySenderChannel(String theChannelName)protected IChannelReceivernewReceivingChannel(ReceivingChannelParameters theParameters)protected IChannelProducernewSendingChannel(ProducingChannelParameters theParameters)voidremove(ActiveSubscription theActiveSubscription)intsize()
-
Constructor Details
-
SubscriptionChannelRegistry
public SubscriptionChannelRegistry()
-
-
Method Details
-
add
-
newReceivingChannel
-
newSendingChannel
-
remove
-
getDeliveryReceiverChannel
-
getDeliverySenderChannel
public org.springframework.messaging.MessageChannel getDeliverySenderChannel(String theChannelName) -
size
-