|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.endpoints.typedmessages.VoidMessage
public class VoidMessage
Represents an empty data type 'void'. Can be used if no type is expected as a message.
The following example shows how to use VoidMessage to declare a message sender sending string messages and receiving "nothing".
... IDuplexTypedMessageSender<VoidMessage, String> myMessageSender; ...
Constructor Summary | |
---|---|
VoidMessage()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VoidMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |