Class KafkaStreamsMicrometerListener

    • Constructor Summary

      Constructors 
      Constructor Description
      KafkaStreamsMicrometerListener​(io.micrometer.core.instrument.MeterRegistry meterRegistry)
      Construct an instance with the provided registry.
      KafkaStreamsMicrometerListener​(io.micrometer.core.instrument.MeterRegistry meterRegistry, java.util.List<io.micrometer.core.instrument.Tag> tags)
      Construct an instance with the provided registry and tags.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void streamsAdded​(java.lang.String id, org.apache.kafka.streams.KafkaStreams kafkaStreams)
      A new KafkaStreams was created.
      void streamsRemoved​(java.lang.String id, org.apache.kafka.streams.KafkaStreams streams)
      An existing KafkaStreams was removed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KafkaStreamsMicrometerListener

        public KafkaStreamsMicrometerListener​(io.micrometer.core.instrument.MeterRegistry meterRegistry)
        Construct an instance with the provided registry.
        Parameters:
        meterRegistry - the registry.
      • KafkaStreamsMicrometerListener

        public KafkaStreamsMicrometerListener​(io.micrometer.core.instrument.MeterRegistry meterRegistry,
                                              java.util.List<io.micrometer.core.instrument.Tag> tags)
        Construct an instance with the provided registry and tags.
        Parameters:
        meterRegistry - the registry.
        tags - the tags.