public class BlockedEvent extends Object
| Constructor and Description |
|---|
BlockedEvent(String eventId,
String eventType,
String payload,
LocalDateTime publishedAt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventId() |
String |
getEventType() |
String |
getPayload() |
LocalDateTime |
getPublishedAt() |
public BlockedEvent(String eventId, String eventType, String payload, LocalDateTime publishedAt)
public String getEventId()
public String getEventType()
public String getPayload()
public LocalDateTime getPublishedAt()
Copyright © 2021. All rights reserved.