public class BucketClosedEvent extends Object implements CouchbaseEvent
Event published when a bucket is closed.
| Constructor and Description |
|---|
BucketClosedEvent(String name) |
public BucketClosedEvent(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.