public final class PlatformEvent extends Object implements Serializable
Constructor and Description |
---|
PlatformEvent(ZonedDateTime created,
String createdById) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ZonedDateTime |
getCreated() |
String |
getCreatedById() |
Map<String,String> |
getEventData() |
int |
hashCode() |
void |
set(String name,
String value) |
String |
toString() |
public PlatformEvent(ZonedDateTime created, String createdById)
public ZonedDateTime getCreated()
public String getCreatedById()
Apache Camel