@FunctionalInterface @InterfaceStability.Unstable public interface SideInputsProcessor extends java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<Entry<?,?>> | process(IncomingMessageEnvelope message,
       KeyValueStore store)Process the incoming side input message for the  store. | 
java.util.Collection<Entry<?,?>> process(IncomingMessageEnvelope message, KeyValueStore store)
store.message - incoming message envelopestore - the store associated with the incoming message envelopeCollection of Entrys that will be written to the store.