Uses of Class
com.networknt.kafka.common.EventId
-
Packages that use EventId Package Description com.networknt.kafka.common -
-
Uses of EventId in com.networknt.kafka.common
Methods in com.networknt.kafka.common that return EventId Modifier and Type Method Description EventIdEventId.Builder. build()static EventIdEventId. fromByteBuffer(ByteBuffer b)Deserializes a EventId from a ByteBuffer.Methods in com.networknt.kafka.common that return types with arguments of type EventId Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<EventId>EventId. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<EventId>EventId. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<EventId>EventId. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in com.networknt.kafka.common with parameters of type EventId Modifier and Type Method Description static EventId.BuilderEventId. newBuilder(EventId other)Creates a new EventId RecordBuilder by copying an existing EventId instance.
-