
Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.subscription.IChannelNamer
Packages that use IChannelNamer
Package
Description
-
Uses of IChannelNamer in ca.uhn.fhir.jpa.subscription.channel.api
Methods in ca.uhn.fhir.jpa.subscription.channel.api that return 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.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)