Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions sentry-kafka/api/sentry-kafka.api
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,11 @@ public final class io/sentry/kafka/SentryKafkaConsumerTracing {
public static fun withTracing (Lorg/apache/kafka/clients/consumer/ConsumerRecord;Ljava/util/concurrent/Callable;)Ljava/lang/Object;
}

public final class io/sentry/kafka/SentryKafkaProducer : org/apache/kafka/clients/producer/Producer {
public final class io/sentry/kafka/SentryKafkaProducer {
public static final field SENTRY_ENQUEUED_TIME_HEADER Ljava/lang/String;
public static final field TRACE_ORIGIN Ljava/lang/String;
public fun <init> (Lorg/apache/kafka/clients/producer/Producer;)V
public fun <init> (Lorg/apache/kafka/clients/producer/Producer;Lio/sentry/IScopes;)V
public fun <init> (Lorg/apache/kafka/clients/producer/Producer;Lio/sentry/IScopes;Ljava/lang/String;)V
public fun abortTransaction ()V
public fun beginTransaction ()V
public fun clientInstanceId (Ljava/time/Duration;)Lorg/apache/kafka/common/Uuid;
public fun close ()V
public fun close (Ljava/time/Duration;)V
public fun commitTransaction ()V
public fun flush ()V
public fun getDelegate ()Lorg/apache/kafka/clients/producer/Producer;
public fun initTransactions ()V
public fun metrics ()Ljava/util/Map;
public fun partitionsFor (Ljava/lang/String;)Ljava/util/List;
public fun send (Lorg/apache/kafka/clients/producer/ProducerRecord;)Ljava/util/concurrent/Future;
public fun send (Lorg/apache/kafka/clients/producer/ProducerRecord;Lorg/apache/kafka/clients/producer/Callback;)Ljava/util/concurrent/Future;
public fun sendOffsetsToTransaction (Ljava/util/Map;Ljava/lang/String;)V
public fun sendOffsetsToTransaction (Ljava/util/Map;Lorg/apache/kafka/clients/consumer/ConsumerGroupMetadata;)V
public fun toString ()Ljava/lang/String;
public static fun wrap (Lorg/apache/kafka/clients/producer/Producer;)Lorg/apache/kafka/clients/producer/Producer;
public static fun wrap (Lorg/apache/kafka/clients/producer/Producer;Lio/sentry/IScopes;)Lorg/apache/kafka/clients/producer/Producer;
public static fun wrap (Lorg/apache/kafka/clients/producer/Producer;Lio/sentry/IScopes;Ljava/lang/String;)Lorg/apache/kafka/clients/producer/Producer;
}

Loading
Loading