GlobalProcessorContextImpl
is a concrete AbstractProcessorContext that…FIXME
StateStore getStateStore(final String name)
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.
void forward(final K key, final V value)
Note
|
forward is part of the ProcessorContext Contract to…FIXME.
|
forward
…FIXME