public interface CouchbaseEvent
Defines the generic couchbase event pushed through the event bus.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Converts the event into a map representation of simple types.
|
EventType |
type()
The type of the event.
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.