Interface ServiceValueExecutorRegistry<V>

Type Parameters:
V - the captured value type
All Superinterfaces:
FunctionExecutorRegistry<ServiceDependency<V>,V>, FunctionExecutorRegistry<V>, ServiceValueRegistry<V>, ValueRegistry<ServiceDependency<V>,V>

public interface ServiceValueExecutorRegistry<V> extends ServiceValueRegistry<V>, FunctionExecutorRegistry<V>
A registry of captured values.
Author:
Paul Ferraro