Class ReceivedRecords
- java.lang.Object
-
- io.opentelemetry.instrumentation.kafka.internal.ReceivedRecords
-
public abstract class ReceivedRecords extends Object
-
-
Constructor Summary
Constructors Constructor Description ReceivedRecords()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ReceivedRecordscreate(org.apache.kafka.clients.consumer.ConsumerRecords<?,?> records, Timer timer)Instantnow()abstract org.apache.kafka.clients.consumer.ConsumerRecords<?,?>records()InstantstartTime()
-
-
-
Method Detail
-
create
public static ReceivedRecords create(org.apache.kafka.clients.consumer.ConsumerRecords<?,?> records, Timer timer)
-
records
public abstract org.apache.kafka.clients.consumer.ConsumerRecords<?,?> records()
-
startTime
public Instant startTime()
-
now
public Instant now()
-
-