Interface Registry

All Known Implementing Classes:
Registry.Reflective

public interface Registry
  • Method Details

    • subscribe

      void subscribe(Object type)
    • unsubscribe

      void unsubscribe(Object type)
    • getSubscriptions

      Set<Subscription> getSubscriptions()