
Class SubscriptionChannelConfig
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
-
@Configuration public class SubscriptionChannelConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionChannelConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IChannelNamer
channelNamer()
Create a @Primary @Bean if you need a different implementationIChannelFactory
queueChannelFactory(IChannelNamer theChannelNamer)
Create a @Primary @Bean if you need a different implementationSubscriptionChannelFactory
subscriptionChannelFactory(IChannelFactory theQueueChannelFactory)
-
-
-
Constructor Detail
-
SubscriptionChannelConfig
public SubscriptionChannelConfig()
-
-
Method Detail
-
queueChannelFactory
@Bean public IChannelFactory queueChannelFactory(IChannelNamer theChannelNamer)
Create a @Primary @Bean if you need a different implementation
-
subscriptionChannelFactory
@Bean public SubscriptionChannelFactory subscriptionChannelFactory(IChannelFactory theQueueChannelFactory)
-
channelNamer
@Bean public IChannelNamer channelNamer()
Create a @Primary @Bean if you need a different implementation
-
-