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

    Modifier and Type
    Method
    Description
    Converts the event into a map representation of simple types.
    The type of the event.
  • Method Details

    • type

      EventType type()
      The type of the event.
      Returns:
      the event type.
    • toMap

      Map<String,Object> toMap()
      Converts the event into a map representation of simple types.
      Returns:
      the map representation.