public class BucketClosedEvent extends Object implements CouchbaseEvent
Event published when a bucket is closed.
Constructor and Description |
---|
BucketClosedEvent(String name) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
String |
toString() |
EventType |
type()
The type of the event.
|
public BucketClosedEvent(String name)
public EventType type()
CouchbaseEvent
The type of the event.
type
in interface CouchbaseEvent
public String name()
Copyright © 2014 Couchbase, Inc.