Class SubscriptionChannelRegistry
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ActiveSubscription theActiveSubscription) getDeliveryReceiverChannel
(String theChannelName) org.springframework.messaging.MessageChannel
getDeliverySenderChannel
(String theChannelName) void
protected IChannelReceiver
newReceivingChannel
(ReceivingChannelParameters theParameters) protected IChannelProducer
newSendingChannel
(ProducingChannelParameters theParameters) void
remove
(ActiveSubscription theActiveSubscription) int
size()
-
Constructor Details
-
SubscriptionChannelRegistry
public SubscriptionChannelRegistry()
-
-
Method Details
-
add
-
newReceivingChannel
-
newSendingChannel
-
remove
-
getDeliveryReceiverChannel
-
getDeliverySenderChannel
-
size
-
logForUnitTest
-