Class RetryingInvoker
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.retry.RetryingInvoker
-
- org.wildfly.clustering.ee.infinispan.retry.RetryingInvoker
-
- All Implemented Interfaces:
org.wildfly.clustering.ee.Invoker
public class RetryingInvoker extends RetryingInvoker
Retrying invoker whose retry intervals are auto-generated based an Infinispan cache configuration.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RetryingInvoker(org.infinispan.Cache<?,?> cache)
-