Package reactor.bus

Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getReplyTo()
      Deprecated.
      Get the key to send replies to.
      Event<T> setReplyTo​(java.lang.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 Detail

      • Event

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

        public Event​(java.lang.String id,
                     T data)
        Deprecated.
    • Method Detail

      • getReplyTo

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

        public Event<T> setReplyTo​(java.lang.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