Package org.testng.remote.strprotocol
Interface IMessage
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
IStringMessage
- All Known Implementing Classes:
GenericMessage,SuiteMessage,TestMessage,TestResultMessage
public interface IMessage extends java.io.SerializableMarker interface for messages exchanged between RemoteTestNG and a client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageTypegetType()
-
-
-
Method Detail
-
getType
MessageType getType()
- Returns:
- the message type
-
-