public abstract class Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.ID |
Constructor and Description |
---|
Event() |
Event(Optional<Mark> startMark,
Optional<Mark> endMark) |
Modifier and Type | Method and Description |
---|---|
Optional<Mark> |
getEndMark() |
abstract Event.ID |
getEventId()
Get the type (kind) if this Event
|
Optional<Mark> |
getStartMark() |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.