Add StreamProcessor for apply

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-08-02 15:02:16 +00:00
parent 2ff1ef4f6c
commit 97a98773cf
3 changed files with 269 additions and 40 deletions

View File

@@ -53,6 +53,8 @@ type Comparer interface {
// ApplyConfig is used to hold parameters needed for a apply operation
type ApplyConfig struct {
// ProcessorPayloads specifies the payload sent to various processors
ProcessorPayloads map[string]interface{}
}
// ApplyOpt is used to configure an Apply operation