Class Observer<T>

java.lang.Object
io.avaje.inject.events.Observer<T>
Type Parameters:
T - the type of the event

public class Observer<T> extends Object
Container class for an observer method and its information
  • Constructor Details

    • Observer

      public Observer(int priority, boolean async, Consumer<T> method, String qualifierString)
  • Method Details

    • priority

      public int priority()
      Return the priority.