public final class LogEventStream extends Object implements EventStream
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(EventType type,
String jsonEncodedEvent)
Write an eventRecord with specific type.
|
public void onEvent(EventType type, String jsonEncodedEvent)
EventStreamonEvent in interface EventStreamtype - a event typejsonEncodedEvent - an event encoded as jsonCopyright © 2016 The Apache Software Foundation. All rights reserved.