Uses of Interface
org.wildfly.subsystem.service.capture.FunctionExecutor
-
Packages that use FunctionExecutor Package Description org.wildfly.subsystem.service.capture -
-
Uses of FunctionExecutor in org.wildfly.subsystem.service.capture
Methods in org.wildfly.subsystem.service.capture that return FunctionExecutor Modifier and Type Method Description FunctionExecutor<V>FunctionExecutorRegistry. getExecutor(ServiceDependency<V> dependency)Returns the function executor for the value provided by the specified dependencystatic <V> FunctionExecutor<V>FunctionExecutor. of(Supplier<V> reference)
-