@NotThreadSafe public abstract class SbcEvent extends org.apache.kafka.queue.EventQueue.FailureLoggingEvent
Constructor and Description |
---|
SbcEvent(SbcContext context) |
Modifier and Type | Method and Description |
---|---|
String |
name()
The name of the event.
|
void |
run()
Concrete, final implementation of Event.run().
|
String |
toString()
A simple toString which just returns the name of the event.
|
public SbcEvent(SbcContext context)
public String name()
public final void run() throws InterruptedException
handleEvent()
.InterruptedException
public String toString()
toString
in class org.apache.kafka.queue.EventQueue.FailureLoggingEvent