Uses of Class
org.wildfly.naming.client.RetryContext
Packages that use RetryContext
-
Uses of RetryContext in org.wildfly.naming.client
Methods in org.wildfly.naming.client with parameters of type RetryContextModifier and TypeMethodDescriptionNamingOperation.apply(RetryContext contextOrNull, Name name, T param) default PeerIdentityNamingProvider.getPeerIdentityForNamingUsingRetry(RetryContext context) Get a peer identity to use for context operations, retrying on failure.default <T,R> R NamingProvider.performExceptionAction(NamingOperation<T, R> function, RetryContext contextOrNull, Name name, T param) Perform an action under the current naming provider.default voidNamingProvider.throwNoMoreDestinationsException(RetryContext context) Throws either anExhaustedDestinationsExceptionutilizing the information passed in the specifiedRetryContext, or an explicit exception mandated by the context. -
Uses of RetryContext in org.wildfly.naming.client.remote
Methods in org.wildfly.naming.client.remote with parameters of type RetryContextModifier and TypeMethodDescriptionorg.jboss.remoting3.ConnectionPeerIdentityRemoteNamingProvider.getPeerIdentityForNamingUsingRetry(RetryContext context)