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,java.io.Serializable
@Deprecated public class Event<T> extends grails.events.Event<T>Deprecated.Here for compatibility only. Do not use directly- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetReplyTo()Deprecated.Get the key to send replies to.Event<T>setReplyTo(java.lang.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, toString
-
-