public interface SourceEventListener
Source
s. Source will
trigger onEvent() of listener after receiving events.Modifier and Type | Method and Description |
---|---|
io.siddhi.query.api.definition.StreamDefinition |
getStreamDefinition() |
void |
onEvent(Object eventObject,
String[] transportProperties) |
void |
onEvent(Object eventObject,
String[] transportProperties,
String[] transportSyncProperties) |
Copyright © 2019. All rights reserved.