Interface CouchbaseEvent

    • Method Detail

      • 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.