Uses of Interface
ca.uhn.fhir.jpa.subscription.module.channel.ISubscribableChannelFactory
-
Packages that use ISubscribableChannelFactory Package Description ca.uhn.fhir.jpa.subscription.module.cache ca.uhn.fhir.jpa.subscription.module.channel ca.uhn.fhir.jpa.subscription.module.config -
-
Uses of ISubscribableChannelFactory in ca.uhn.fhir.jpa.subscription.module.cache
Classes in ca.uhn.fhir.jpa.subscription.module.cache that implement ISubscribableChannelFactory Modifier and Type Class Description classLinkedBlockingQueueSubscribableChannelFactory -
Uses of ISubscribableChannelFactory in ca.uhn.fhir.jpa.subscription.module.channel
Constructors in ca.uhn.fhir.jpa.subscription.module.channel with parameters of type ISubscribableChannelFactory Constructor Description SubscriptionChannelFactory(ISubscribableChannelFactory theSubscribableChannelFactory) -
Uses of ISubscribableChannelFactory in ca.uhn.fhir.jpa.subscription.module.config
Methods in ca.uhn.fhir.jpa.subscription.module.config that return ISubscribableChannelFactory Modifier and Type Method Description ISubscribableChannelFactoryBaseSubscriptionConfig. blockingQueueSubscriptionDeliveryChannelFactory()
-