public static interface EventProvider.InstantEvent
Modifier and Type | Method and Description |
---|---|
void |
commit()
Commits the event.
|
boolean |
shouldWrite()
Determines if this particular event instance would be committed to the data stream right
now if application called
commit() . |
void commit()
boolean shouldWrite()
commit()
. This in turn depends on whether the event is
enabled and possible other factors.commit()
.