Class SubscriptionChannelConfig
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a @Primary @Bean if you need a different implementationqueueChannelFactory
(IChannelNamer theChannelNamer) Create a @Primary @Bean if you need a different implementationsubscriptionChannelFactory
(IChannelFactory theQueueChannelFactory)
-
Constructor Details
-
SubscriptionChannelConfig
public SubscriptionChannelConfig()
-
-
Method Details
-
queueChannelFactory
Create a @Primary @Bean if you need a different implementation -
subscriptionChannelFactory
@Bean public SubscriptionChannelFactory subscriptionChannelFactory(IChannelFactory theQueueChannelFactory) -
channelNamer
Create a @Primary @Bean if you need a different implementation
-