C# (CSharp) Spring.Retry.Retry.Support RetrySynchronizationManager - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de Spring.Retry.Retry.Support.RetrySynchronizationManager extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Global variable support for retry clients. Normally it is not necessary for clients to be aware of the surrounding environment because a IRetryCallback{T} can always use the context it is passed by the enclosing IRetryOperations{T}. But occasionally it might be helpful to have lower level access to the ongoing IRetryContext so we provide a global accessor here. The mutator methods ({@link #clear()} and