T - the type of the stream events this indexer can handlepublic interface StreamIndexer<T extends StreamEvent> extends Indexer
| Modifier and Type | Method and Description |
|---|---|
void | onEvent(T event)Will be called on every stream event in the chunk |
void onEvent(T event)
event - the event