Interface ServiceValueExecutorRegistry<V>

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

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