Open Kilda Java Documentation
org.openkilda.floodlight.kafka.producer.SendStatus Class Reference

Public Member Functions

boolean isComplete ()
 
void waitTillComplete () throws InterruptedException, ExecutionException
 

Protected Member Functions

 SendStatus (Future< RecordMetadata > promise)
 

Detailed Description

Definition at line 23 of file SendStatus.java.

Constructor & Destructor Documentation

◆ SendStatus()

org.openkilda.floodlight.kafka.producer.SendStatus.SendStatus ( Future< RecordMetadata >  promise)
protected

Definition at line 26 of file SendStatus.java.

Member Function Documentation

◆ isComplete()

boolean org.openkilda.floodlight.kafka.producer.SendStatus.isComplete ( )

Definition at line 30 of file SendStatus.java.

◆ waitTillComplete()

void org.openkilda.floodlight.kafka.producer.SendStatus.waitTillComplete ( ) throws InterruptedException, ExecutionException

Definition at line 34 of file SendStatus.java.


The documentation for this class was generated from the following file: