java.lang.Object
net.dontcode.core.Message
Definition of a message exchanged between services or between typescript client and services
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessage()Message(Message.MessageType type, String sessionId) Message(Message.MessageType type, String sessionId, Change change) Message(Message.MessageType type, Change change) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidvoidsetSessionId(String sessionId) voidsetType(Message.MessageType type)