Package org.wildfly.clustering.ee
Interface Invoker
-
public interface InvokerDefines a strategy for invoking a given action.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends Exception>
voidinvoke(org.wildfly.common.function.ExceptionRunnable<E> action)Invokes the specified action<R,E extends Exception>
Rinvoke(org.wildfly.common.function.ExceptionSupplier<R,E> action)Invokes the specified action
-