Uses of Enum Class
ru.pathcreator.pyc.rpc.core.ReconnectStrategy
Packages that use ReconnectStrategy
-
Uses of ReconnectStrategy in ru.pathcreator.pyc.rpc.core
Subclasses with type arguments of type ReconnectStrategy in ru.pathcreator.pyc.rpc.coreModifier and TypeClassDescriptionenumСтратегия поведения, когда вызов стартует при временно disconnected канале.Methods in ru.pathcreator.pyc.rpc.core that return ReconnectStrategyModifier and TypeMethodDescriptionChannelConfig.reconnectStrategy()Returns the reconnect behavior used when a call starts or a publish attempt happens while the channel is temporarily disconnected.static ReconnectStrategyReturns the enum constant of this class with the specified name.static ReconnectStrategy[]ReconnectStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.pathcreator.pyc.rpc.core with parameters of type ReconnectStrategyModifier and TypeMethodDescriptiondefault voidRpcChannelListener.onReconnectAttempt(RpcChannel channel, ReconnectStrategy strategy) Вызывается при попытке reconnect/recovery.default voidRpcChannelListener.onReconnectFailed(RpcChannel channel, ReconnectStrategy strategy, Throwable failure) Вызывается при неуспешном reconnect/recovery.default voidRpcChannelListener.onReconnectSucceeded(RpcChannel channel, ReconnectStrategy strategy) Вызывается при успешном reconnect/recovery.ChannelConfig.Builder.reconnectStrategy(ReconnectStrategy v) Sets how the channel should behave when a call begins or a publish attempt occurs while the underlying transport is not connected. -
Uses of ReconnectStrategy in ru.pathcreator.pyc.rpc.metrics
Methods in ru.pathcreator.pyc.rpc.metrics with parameters of type ReconnectStrategyModifier and TypeMethodDescriptionvoidRpcMetricsListener.onReconnectAttempt(RpcChannel channel, ReconnectStrategy strategy) voidRpcMetricsListener.onReconnectFailed(RpcChannel channel, ReconnectStrategy strategy, Throwable failure) voidRpcMetricsListener.onReconnectSucceeded(RpcChannel channel, ReconnectStrategy strategy)