Class EventSubscription


  • public class EventSubscription
    extends Object
    Subscription for a consumer on a EventBus that can be used to unsubscribe once done.
    • Method Detail

      • unsubscribe

        public void unsubscribe()
        Allows to unsubscribe the Consumer from the EventBus.