public abstract class AbstractEncoder extends Object implements kafka.serializer.Encoder<DCPEvent>
Constructor and Description |
---|
AbstractEncoder(kafka.utils.VerifiableProperties properties) |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
toBytes(DCPEvent dcpEvent)
Serializes dcpEvent to stream of bytes.
|
Copyright © 2015 Couchbase, Inc.