StateStore getStateStore(final String name)
GlobalProcessorContextImpl
GlobalProcessorContextImpl is a concrete AbstractProcessorContext that…FIXME
getStateStore Method
|
Note
|
getStateStore is part of the ProcessorContext Contract to…FIXME.
|
getStateStore simply requests the StateManager to get the global state store by the given name.
forward Method
void forward(final K key, final V value)
|
Note
|
forward is part of the ProcessorContext Contract to…FIXME.
|
forward…FIXME