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