Interface WebswingMessage<T>
-
- Type Parameters:
T- type of the message
public interface WebswingMessage<T>Wrapper class for the message object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMessage()
-
-
-
Method Detail
-
getMessage
T getMessage()
- Returns:
- the actual deserialize object received from topic.
-
-