Package reactor.bus
Class Event<T>
java.lang.Object
java.util.EventObject
grails.events.Event<T>
reactor.bus.Event<T>
- All Implemented Interfaces:
groovy.lang.GroovyObject,Serializable
Deprecated.
Here for compatibility only. Do not use directly
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the key to send replies to.setReplyTo(Object replyTo) Deprecated.Set thekeythat interested parties should send replies to.Methods inherited from class grails.events.Event
canEqual, equals, from, from, getData, getId, getMetaClass, getParameters, hashCode, setMetaClass, toStringMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
Event
Deprecated. -
Event
Deprecated.
-
-
Method Details
-
getReplyTo
Deprecated.Get the key to send replies to.- Returns:
- The reply-to key
-
setReplyTo
Deprecated.Set thekeythat interested parties should send replies to.- Parameters:
replyTo- The key to use to notify sender of replies.- Returns:
- this
-