Package | Description |
---|---|
com.couchbase.client.core.message.dcp |
Modifier and Type | Method and Description |
---|---|
StreamEndMessage.Reason |
StreamEndMessage.reason()
Specify to the consumer why the stream was closed
|
static StreamEndMessage.Reason |
StreamEndMessage.Reason.valueOf(int flags) |
static StreamEndMessage.Reason |
StreamEndMessage.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamEndMessage.Reason[] |
StreamEndMessage.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StreamEndMessage(StreamEndMessage.Reason reason,
String bucket) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.