public final class Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.Builder |
Modifier and Type | Method and Description |
---|---|
static Event.Builder |
builder() |
boolean |
equals(Object o) |
Endpoint |
getEndpoint()
Identifies where the event orginated from.
|
Header |
getHeader()
The object that contains the header of the event.
|
Object |
getPayload()
The free form JSON object.
|
int |
hashCode() |
String |
toString() |
public static Event.Builder builder()
public Header getHeader()
public Object getPayload()
public Endpoint getEndpoint()
Copyright © 2023. All rights reserved.