
Uses of Class
ca.uhn.fhir.jpa.subscription.channel.impl.RetryPolicyProvider
Packages that use RetryPolicyProvider
Package
Description
-
Uses of RetryPolicyProvider in ca.uhn.fhir.jpa.subscription.channel.config
Methods in ca.uhn.fhir.jpa.subscription.channel.config that return RetryPolicyProvider -
Uses of RetryPolicyProvider in ca.uhn.fhir.jpa.subscription.channel.impl
Methods in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type RetryPolicyProviderModifier and TypeMethodDescriptionstatic LinkedBlockingChannel
LinkedBlockingChannel.newSynchronous
(String theName, RetryPolicyProvider theRetryPolicyProvider) Creates a synchronous channel, mostly intended for testingConstructors in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type RetryPolicyProviderModifierConstructorDescriptionLinkedBlockingChannel
(String theName, Executor theExecutor, Supplier<Integer> theQueueSizeSupplier, RetryPolicyProvider theRetryPolicyProvider) LinkedBlockingChannelFactory
(IChannelNamer theChannelNamer, RetryPolicyProvider theRetryPolicyProvider)