
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 RetryPolicyProviderLinkedBlockingChannelFactory.myRetryPolicyProviderMethods in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type RetryPolicyProviderModifier and TypeMethodDescriptionstatic LinkedBlockingChannelLinkedBlockingChannel.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)