public interface MaestroReceiver
Modifier and Type | Method and Description |
---|---|
void |
abnormalDisconnect()
Publishes an abnormal disconnect notification message in the broker
|
void |
notifyFailure(String message)
Publishes a test failure notification message in the broker
|
void |
notifySuccess(String message)
Publishes a test success notification message in the broker
|
void |
pingResponse(MaestroNote note,
long sec,
long uSec)
Publishes a ping response that takes into account a giver number of
elapsed seconds/microseconds
|
void |
replyInternalError(MaestroNote note,
String message,
String... args)
Publishes an internal error reply in the Maestro broker
|
void |
replyOk(MaestroNote note)
Publishes a OK reply in the maestro broker
|
void pingResponse(MaestroNote note, long sec, long uSec)
note
- the request note to correlate this response tosec
- Epoch secondsuSec
- Microseconds within the secondvoid replyOk(MaestroNote note)
note
- the request note to correlate this response tovoid replyInternalError(MaestroNote note, String message, String... args)
note
- the request note to correlate this response tomessage
- the error messageargs
- the arguments to format the messagevoid notifySuccess(String message)
message
- payload messagevoid notifyFailure(String message)
message
- payload messagevoid abnormalDisconnect()
This documentation was released into the public domain.