public class FaultStreamEventConverter extends Object
| Constructor and Description |
|---|
FaultStreamEventConverter(StreamEventPool streamEventPool) |
| Modifier and Type | Method and Description |
|---|---|
StreamEvent |
convert(ComplexEvent complexEvents,
Exception e) |
StreamEvent |
convert(Event[] events,
Exception e) |
StreamEvent |
convert(Event event,
Exception e) |
StreamEvent |
convert(List<Event> events,
Exception e) |
StreamEvent |
convert(long timestamp,
Object[] data,
Exception e) |
public FaultStreamEventConverter(StreamEventPool streamEventPool)
public StreamEvent convert(Event event, Exception e)
public StreamEvent convert(long timestamp, Object[] data, Exception e)
public StreamEvent convert(ComplexEvent complexEvents, Exception e)
public StreamEvent convert(Event[] events, Exception e)
public StreamEvent convert(List<Event> events, Exception e)
Copyright © 2019 WSO2. All rights reserved.