Class TracingFilterValueTransformerWithKeySupplier<K,​V>

  • All Implemented Interfaces:
    org.apache.kafka.streams.kstream.ValueTransformerWithKeySupplier<K,​V,​V>

    public class TracingFilterValueTransformerWithKeySupplier<K,​V>
    extends java.lang.Object
    implements org.apache.kafka.streams.kstream.ValueTransformerWithKeySupplier<K,​V,​V>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.kafka.streams.kstream.ValueTransformerWithKey<K,​V,​V> get()  
      • Methods inherited from class java.lang.Object

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

      • TracingFilterValueTransformerWithKeySupplier

        public TracingFilterValueTransformerWithKeySupplier​(KafkaStreamsTracing kafkaStreamsTracing,
                                                            java.lang.String spanName,
                                                            org.apache.kafka.streams.kstream.Predicate<K,​V> delegatePredicate,
                                                            boolean filterNot)
    • Method Detail

      • get

        public org.apache.kafka.streams.kstream.ValueTransformerWithKey<K,​V,​V> get()
        Specified by:
        get in interface org.apache.kafka.streams.kstream.ValueTransformerWithKeySupplier<K,​V,​V>