Uses of Interface
org.wildfly.service.capture.FunctionExecutor
-
Packages that use FunctionExecutor Package Description org.wildfly.service.capture -
-
Uses of FunctionExecutor in org.wildfly.service.capture
Methods in org.wildfly.service.capture that return FunctionExecutor Modifier and Type Method Description FunctionExecutor<V>FunctionExecutorRegistry. getExecutor(K key)Returns the executor for the specified key.static <V> FunctionExecutor<V>FunctionExecutor. of(Supplier<V> reference)Creates a function executor from the specified argument supplier.
-