public class InputDistributor extends Object implements InputProcessor
InputProcessor which inject the event to a set of Input Processors.| Constructor and Description |
|---|
InputDistributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputProcessor(InputProcessor inputProcessor) |
void |
send(Event[] events,
int streamIndex) |
void |
send(Event event,
int streamIndex) |
void |
send(List<Event> events,
int streamIndex) |
void |
send(long timestamp,
Object[] data,
int streamIndex) |
public void send(Event event, int streamIndex)
send in interface InputProcessorpublic void send(Event[] events, int streamIndex)
send in interface InputProcessorpublic void send(List<Event> events, int streamIndex)
send in interface InputProcessorpublic void send(long timestamp,
Object[] data,
int streamIndex)
send in interface InputProcessorpublic void addInputProcessor(InputProcessor inputProcessor)
Copyright © 2019 WSO2. All rights reserved.