public class BucketOpenedEvent extends Object implements CouchbaseEvent
Event published when a bucket is opened.
| Constructor and Description |
|---|
BucketOpenedEvent(String name) |
public BucketOpenedEvent(String name)
public EventType type()
CouchbaseEventThe type of the event.
type in interface CouchbaseEventpublic String name()
public Map<String,Object> toMap()
CouchbaseEventConverts the event into a map representation of simple types.
toMap in interface CouchbaseEventCopyright © 2016 Couchbase, Inc.. All rights reserved.