Class JsonObjectDeserializer

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.kafka.common.serialization.Deserializer<io.vertx.core.json.JsonObject>

    public class JsonObjectDeserializer
    extends Object
    implements org.apache.kafka.common.serialization.Deserializer<io.vertx.core.json.JsonObject>
    Kafka deserializer for raw bytes in a buffer
    • Constructor Detail

      • JsonObjectDeserializer

        public JsonObjectDeserializer()
    • Method Detail

      • deserialize

        public io.vertx.core.json.JsonObject deserialize​(String topic,
                                                         byte[] data)
        Specified by:
        deserialize in interface org.apache.kafka.common.serialization.Deserializer<io.vertx.core.json.JsonObject>