Interface KeyExtractor
public interface KeyExtractor
Knows how to parse the collection ID out of a message's key field.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCollectionIdAndKey(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf event)
-
Field Details
-
COLLECTIONS
-
NO_COLLECTIONS
-
-
Method Details
-
getCollectionIdAndKey
CollectionIdAndKey getCollectionIdAndKey(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf event)
-