public class EventAttributes extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EventAttributes.Builder |
| Constructor and Description |
|---|
EventAttributes() |
EventAttributes(String contentType,
String correlationId,
String messageId,
Long sequenceNumber,
Long offset,
Instant enqueuedTime,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentType() |
String |
getCorrelationId() |
Instant |
getEnqueuedTime() |
String |
getMessageId() |
Map<String,Object> |
getMetadata() |
Long |
getOffset() |
Long |
getSequenceNumber() |
int |
hashCode() |
public EventAttributes(String contentType, String correlationId, String messageId, Long sequenceNumber, Long offset, Instant enqueuedTime, Map<String,Object> metadata)
public EventAttributes()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.