public interface TestOutputEvent
Modifier and Type | Interface | Description |
---|---|---|
static class |
TestOutputEvent.Destination |
Destination of the message
|
Modifier and Type | Method | Description |
---|---|---|
TestOutputEvent.Destination |
getDestination() |
Destination of the message
|
String |
getMessage() |
Message content
|
TestOutputEvent.Destination getDestination()
String getMessage()