public abstract class EventDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTION_TYPE |
protected static String |
SNAPSHOT_TYPE |
| Constructor and Description |
|---|
EventDto() |
EventDto(long time,
EventMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
EventMetadata |
getMetadata() |
abstract Event |
getProperties() |
protected String |
type() |
protected static final String ACTION_TYPE
protected static final String SNAPSHOT_TYPE
public EventDto()
public EventDto(long time,
EventMetadata metadata)
public abstract Event getProperties()
protected String type()
public EventMetadata getMetadata()
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.