Interface OutputConfig


public interface OutputConfig
Configuration related to the messages produced by the Processor
  • Method Summary

    Modifier and Type
    Method
    Description
    In case the application has to output to multiple topics, this entry should be used to associate sink names with topics.
    The processor is mono-output, we designate one topic
  • Method Details

    • topic

      Optional<String> topic()
      The processor is mono-output, we designate one topic
    • sinks

      In case the application has to output to multiple topics, this entry should be used to associate sink names with topics.