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