Class OptimizedTopologyProvider

    • Constructor Detail

      • OptimizedTopologyProvider

        public OptimizedTopologyProvider()
    • Method Detail

      • configure

        public void configure​(Conf configuration)
        Configures this instance with the specified Conf.
        Specified by:
        configure in interface Configurable
        Parameters:
        configuration - the Conf instance used to configure this instance.
      • topology

        public org.apache.kafka.streams.Topology topology()
        Supplies a new Kafka Streams Topology instance.
        Specified by:
        topology in interface Provider<org.apache.kafka.streams.Topology>
        Specified by:
        topology in interface TopologyProvider
        Returns:
        the Topology instance.
      • getStreamBuilder

        protected abstract org.apache.kafka.streams.StreamsBuilder getStreamBuilder()
        Returns the StreamsBuilder which is used to build the Topology instance.
        Returns:
        a StreamsBuilder instance.