Interface CouchbaseEvent
- All Known Implementing Classes:
FailedToAddNodeEvent,FailedToMovePartitionEvent,FailedToRemoveNodeEvent,StreamEndEvent
public interface CouchbaseEvent
Defines the generic couchbase event pushed through the event bus.
-
Method Summary
-
Method Details
-
type
EventType type()The type of the event.- Returns:
- the event type.
-
toMap
Converts the event into a map representation of simple types.- Returns:
- the map representation.
-