Class SubscriptionChannelRegistry
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.channel.SubscriptionChannelRegistry
-
@Component public class SubscriptionChannelRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionChannelRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ActiveSubscription theActiveSubscription)SubscriptionChannelWithHandlersget(String theChannelName)voidlogForUnitTest()voidremove(ActiveSubscription theActiveSubscription)intsize()
-
-
-
Constructor Detail
-
SubscriptionChannelRegistry
public SubscriptionChannelRegistry()
-
-
Method Detail
-
add
public void add(ActiveSubscription theActiveSubscription)
-
remove
public void remove(ActiveSubscription theActiveSubscription)
-
get
public SubscriptionChannelWithHandlers get(String theChannelName)
-
size
public int size()
-
logForUnitTest
public void logForUnitTest()
-
-