|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpars.actor.impl.ReceivingMessageStream.ReplyCategory
class ReceivingMessageStream.ReplyCategory
Enhances objects with the ability to send replies and detect message originators.
Constructor Summary | |
private ReceivingMessageStream.ReplyCategory()
|
Method Summary | |
---|---|
static MessageStream
|
getSender(Object original)
Retrieves the originator of a message |
static void
|
reply(Object original, Object reply)
|
static void
|
replyIfExists(Object original, Object reply)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
private ReceivingMessageStream.ReplyCategory()
Method Detail |
---|
public static MessageStream getSender(Object original)
public static void reply(Object original, Object reply)
public static void replyIfExists(Object original, Object reply)
Groovy Documentation