
Uses of Interface
ca.uhn.fhir.broker.api.IChannelNamer
Packages that use IChannelNamer
Package
Description
-
Uses of IChannelNamer in ca.uhn.fhir.broker.api
Methods in ca.uhn.fhir.broker.api that return IChannelNamer -
Uses of IChannelNamer in ca.uhn.fhir.broker.impl
Methods in ca.uhn.fhir.broker.impl that return IChannelNamerConstructors in ca.uhn.fhir.broker.impl with parameters of type IChannelNamer -
Uses of IChannelNamer in ca.uhn.fhir.jpa.subscription.channel.config
Methods in ca.uhn.fhir.jpa.subscription.channel.config that return IChannelNamerModifier and TypeMethodDescriptionSubscriptionChannelConfig.channelNamer()
Create a @Primary @Bean if you need a different implementationMethods in ca.uhn.fhir.jpa.subscription.channel.config with parameters of type IChannelNamerModifier and TypeMethodDescriptionSubscriptionChannelConfig.brokerClient
(IChannelNamer theChannelNamer) SubscriptionChannelConfig.queueChannelFactory
(IChannelNamer theChannelNamer) Create a @Primary @Bean if you need a different implementation -
Uses of IChannelNamer in ca.uhn.fhir.jpa.subscription.channel.impl
Methods in ca.uhn.fhir.jpa.subscription.channel.impl that return IChannelNamerConstructors in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type IChannelNamerModifierConstructorDescriptionLinkedBlockingChannelFactory
(IChannelNamer theChannelNamer, RetryPolicyProvider theRetryPolicyProvider)