@java.lang.Deprecated public class Event<T> extends grails.eventsEvent
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.Object |
getReplyTo() Get the key to send replies to. |
|
public Event<T> |
setReplyTo(java.lang.Object replyTo) Set the key that interested parties should send replies to. |
Get the key to send replies to.
Set the key
that interested parties should send replies to.
replyTo
- The key to use to notify sender of replies.