public class LogSink extends Object implements DataFlowOpLifecycle
Modifier and Type | Class and Description |
---|---|
static class |
LogSink.ConsoleOpEventPropertyRenderer |
static interface |
LogSink.ConsoleOpRenderer |
static class |
LogSink.ConsoleOpRendererSummary |
static class |
LogSink.ConsoleOpRendererXmlJSon |
static class |
LogSink.LogSinkOutputFormat |
static class |
LogSink.RenderingOptions |
Constructor and Description |
---|
LogSink() |
Modifier and Type | Method and Description |
---|---|
void |
close(DataFlowOpCloseContext openContext) |
DataFlowOpInitializeResult |
initialize(DataFlowOpInitializateContext context) |
void |
onInput(int port,
Object theEvent) |
void |
open(DataFlowOpOpenContext openContext) |
public DataFlowOpInitializeResult initialize(DataFlowOpInitializateContext context) throws Exception
initialize
in interface DataFlowOpLifecycle
Exception
public void open(DataFlowOpOpenContext openContext)
open
in interface DataFlowOpLifecycle
public void close(DataFlowOpCloseContext openContext)
close
in interface DataFlowOpLifecycle
public void onInput(int port, Object theEvent)