
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
Fields in ca.uhn.fhir.jpa.subscription.channel.impl declared as RetryPolicyProviderModifier and TypeFieldDescriptionprotected RetryPolicyProvider
LinkedBlockingChannelFactory.myRetryPolicyProvider
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 for testingConstructors in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type RetryPolicyProviderModifierConstructorDescriptionLinkedBlockingChannel
(String theChannelName, Executor theExecutor, Supplier<Integer> theQueueSizeSupplier, RetryPolicyProvider theRetryPolicyProvider) LinkedBlockingChannelFactory
(IChannelNamer theChannelNamer, RetryPolicyProvider theRetryPolicyProvider)