Interface ResourceServiceValueExecutorRegistry<V>
-
- Type Parameters:
V- the captured service value type
- All Superinterfaces:
FunctionExecutorRegistry<V>,ResourceServiceValueRegistry<V>
public interface ResourceServiceValueExecutorRegistry<V> extends ResourceServiceValueRegistry<V>, FunctionExecutorRegistry<V>
A registry of captured service value executors.- Author:
- Paul Ferraro
-
-
Method Summary
Static Methods Modifier and Type Method Description static <V> ResourceServiceValueExecutorRegistry<V>create()Creates a newResourceServiceValueExecutorRegistry.-
Methods inherited from interface org.wildfly.subsystem.service.capture.FunctionExecutorRegistry
getExecutor
-
Methods inherited from interface org.wildfly.subsystem.service.capture.ResourceServiceValueRegistry
capture
-
-
-
-
Method Detail
-
create
static <V> ResourceServiceValueExecutorRegistry<V> create()
Creates a newResourceServiceValueExecutorRegistry.- Type Parameters:
V- the captured service value type- Returns:
- a new service value executor registry
-
-