
Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.api.IChannelFactory
Packages that use IChannelFactory
Package
Description
-
Uses of IChannelFactory in ca.uhn.fhir.jpa.subscription.channel.config
Methods in ca.uhn.fhir.jpa.subscription.channel.config that return IChannelFactoryModifier and TypeMethodDescriptionSubscriptionChannelConfig.queueChannelFactory
(IChannelNamer theChannelNamer) Create a @Primary @Bean if you need a different implementationMethods in ca.uhn.fhir.jpa.subscription.channel.config with parameters of type IChannelFactoryModifier and TypeMethodDescriptionSubscriptionChannelConfig.subscriptionChannelFactory
(IChannelFactory theQueueChannelFactory) -
Uses of IChannelFactory in ca.uhn.fhir.jpa.subscription.channel.impl
Classes in ca.uhn.fhir.jpa.subscription.channel.impl that implement IChannelFactory -
Uses of IChannelFactory in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return IChannelFactoryConstructors in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type IChannelFactoryModifierConstructorDescriptionSubscriptionChannelFactory
(IChannelFactory theChannelFactory) Constructor