Package com.couchbase.client.dcp.events
Class StreamEndEvent
java.lang.Object
com.couchbase.client.dcp.events.StreamEndEvent
- All Implemented Interfaces:
CouchbaseEvent
Event published when stream has stopped activity.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StreamEndEvent
-
-
Method Details
-
type
Description copied from interface:CouchbaseEventThe type of the event.- Specified by:
typein interfaceCouchbaseEvent- Returns:
- the event type.
-
partition
public int partition() -
reason
-
toMap
Description copied from interface:CouchbaseEventConverts the event into a map representation of simple types.- Specified by:
toMapin interfaceCouchbaseEvent- Returns:
- the map representation.
-
toString
-