Spring.Retry.Retry.Support RetrySynchronizationManager in C# (CSharp): 2 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Spring.Retry.Retry.Support.RetrySynchronizationManager, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
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