Class Events
java.lang.Object
com.couchbase.client.dcp.core.utils.Events
Utility methods for event handling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionidentityMap
(CouchbaseEvent source) Takes aCouchbaseEvent
and returns a map with event information.
-
Constructor Details
-
Events
public Events()
-
-
Method Details
-
identityMap
Takes aCouchbaseEvent
and returns a map with event information.- Parameters:
source
- the source event.- Returns:
- a new map which contains name and type info in an event sub-map.
-