public abstract class StreamEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
sequenceNumber |
protected String |
type |
| Constructor and Description |
|---|
StreamEvent(String type) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getSequenceNumber() |
String |
getType() |
void |
setSequenceNumber(Long sequenceNumber) |
void |
setType(String type) |
String |
toString() |
public StreamEvent(String type)
Copyright © 2025. All rights reserved.