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 public class Event<T> extends grails.events.Event<T>
Deprecated.
Here for compatibility only. Do not use directly
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    Event(String id, T data)
    Deprecated.
     
    Event(String id, T data, Object replyTo)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the key to send replies to.
    setReplyTo(Object replyTo)
    Deprecated.
    Set the key that interested parties should send replies to.

    Methods inherited from class grails.events.Event

    canEqual, equals, from, from, getData, getId, getMetaClass, getParameters, hashCode, setMetaClass, toString

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    getProperty, invokeMethod, setProperty
  • Constructor Details

    • Event

      public Event(String id, T data, Object replyTo)
      Deprecated.
    • Event

      public Event(String id, T data)
      Deprecated.
  • Method Details

    • getReplyTo

      public Object getReplyTo()
      Deprecated.
      Get the key to send replies to.
      Returns:
      The reply-to key
    • setReplyTo

      public Event<T> setReplyTo(Object replyTo)
      Deprecated.
      Set the key that interested parties should send replies to.
      Parameters:
      replyTo - The key to use to notify sender of replies.
      Returns:
      this