B C F K M P T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- brave.kafka.streams - package brave.kafka.streams
- build() - Method in class brave.kafka.streams.KafkaStreamsTracing.Builder
C
- create(Tracing) - Static method in class brave.kafka.streams.KafkaStreamsTracing
F
- foreach(String, ForeachAction<K, V>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a foreach processor, similar to
KStream.foreach(ForeachAction), where its action will be recorded in a new span with the indicated name.
K
- kafkaStreams(Topology, Properties) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Creates a
KafkaStreamsinstance with a tracing-enabledKafkaClientSupplier. - KafkaStreamsTracing - Class in brave.kafka.streams
-
Use this class to decorate Kafka Stream Topologies and enable Tracing.
- KafkaStreamsTracing.Builder - Class in brave.kafka.streams
M
- map(String, KeyValueMapper<K, V, KeyValue<KR, VR>>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a map transformer, similar to
KStream.map(KeyValueMapper), where its mapper action will be recorded in a new span with the indicated name. - mapValues(String, ValueMapper<V, VR>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a peek transformer, similar to
KStream.mapValues(ValueMapper), where its mapper action will be recorded in a new span with the indicated name. - mapValues(String, ValueMapperWithKey<K, V, VR>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a peek transformer, similar to
KStream.mapValues(ValueMapperWithKey), where its mapper action will be recorded in a new span with the indicated name. - mark(String) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a mark transformer, similar to
KStream.peek(ForeachAction), but no action is executed.
P
- peek(String, ForeachAction<K, V>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a peek transformer, similar to
KStream.peek(ForeachAction), where its action will be recorded in a new span with the indicated name. - processor(String, Processor<K, V>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a tracing-decorated
ProcessorSupplier
T
- transformer(String, Transformer<K, V, R>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a tracing-decorated
TransformerSupplier
V
- valueTransformer(String, ValueTransformer<V, VR>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a tracing-decorated
ValueTransformerSupplier - valueTransformerWithKey(String, ValueTransformerWithKey<K, V, VR>) - Method in class brave.kafka.streams.KafkaStreamsTracing
-
Create a tracing-decorated
ValueTransformerWithKeySupplier
All Classes All Packages