Interface BusEvent<T>

Type Parameters:
T - the data type

public interface BusEvent<T>
Event received from the bus.
Since:
1.6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data.
    Returns the source of the data.
    Returns a string representation of the event.
  • Method Details

    • getData

      T getData()
      Returns the data.
      Returns:
      the data, may be null
    • getSource

      Map<String,Object> getSource()
      Returns the source of the data.
      Returns:
      publisher, never null
    • toString

      String toString()
      Returns a string representation of the event.
      Overrides:
      toString in class Object
      Returns:
      a string representation, never null