Interface SingleMessageReader

All Known Implementing Classes:
KafkaSingleMessageReader

public interface SingleMessageReader
  • Method Summary

    Modifier and Type
    Method
    Description
    readMessageAsJson(pl.allegro.tech.hermes.api.Topic topic, pl.allegro.tech.hermes.common.kafka.KafkaTopic kafkaTopic, int partition, long offset)
     
  • Method Details

    • readMessageAsJson

      String readMessageAsJson(pl.allegro.tech.hermes.api.Topic topic, pl.allegro.tech.hermes.common.kafka.KafkaTopic kafkaTopic, int partition, long offset)