| Package | Description |
|---|---|
| org.streampipes.model.runtime |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventFactory.fromEvents(Event firstEvent,
Event secondEvent,
EventSchema outputSchema) |
static Event |
EventFactory.fromMap(Map<String,Object> event) |
static Event |
EventFactory.fromMap(Map<String,Object> event,
SourceInfo sourceInfo,
SchemaInfo schemaInfo) |
Event |
Event.getSubset(List<String> fieldSelectors) |
static Event |
EventFactory.makeSubset(Event event,
List<String> fieldSelectors) |
Event |
Event.merge(Event otherEvent,
EventSchema outputSchema) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventFactory.fromEvents(Event firstEvent,
Event secondEvent,
EventSchema outputSchema) |
static Event |
EventFactory.makeSubset(Event event,
List<String> fieldSelectors) |
Event |
Event.merge(Event otherEvent,
EventSchema outputSchema) |
| Constructor and Description |
|---|
EventConverter(Event event) |
Copyright © 2019. All rights reserved.