- getChannel() - Method in class com.github.leanframeworks.minibus.api.Event
-
Gets the channel on which the event is being dispatched.
- getContent() - Method in class com.github.leanframeworks.minibus.api.Event
-
Gets the content of the event.
- getFilter() - Method in class com.github.leanframeworks.minibus.base.bus.AbstractEventBus.SubscriptionEntry
-
Gets the filter registered with the subscription
- getHandler() - Method in class com.github.leanframeworks.minibus.base.bus.AbstractEventBus.SubscriptionEntry
-
Gets the subscribers.
- getId() - Method in class com.github.leanframeworks.minibus.base.bus.AbstractEventBus.SubscriptionEntry
-
Gets the identifier that can be used to unsubscribe.
- getInstance() - Static method in class com.github.leanframeworks.minibus.base.channel.BroadcastChannel
-
Gets the single instance of the broadcast channel.
- getName() - Method in interface com.github.leanframeworks.minibus.api.Channel
-
Gets the name of the channel, mostly useful for logging/debugging purposes.
- getName() - Method in interface com.github.leanframeworks.minibus.api.Topic
-
Gets the name of the topic (or topic instance), mostly useful for logging/debugging purposes.
- getName() - Method in class com.github.leanframeworks.minibus.base.channel.SimpleChannel
-
- getName() - Method in class com.github.leanframeworks.minibus.base.topic.SimpleTopic
-
- getNestedDispatchCount() - Method in class com.github.leanframeworks.minibus.base.dispatcher.AbstractSerialDispatcher
-
- getNestedDispatchStrategy() - Method in class com.github.leanframeworks.minibus.base.dispatcher.AbstractUIThreadDispatcher
-
- getNestedDispatchStrategy() - Method in class com.github.leanframeworks.minibus.base.dispatcher.CurrentThreadDispatcher
-
- getNestedDispatchStrategy() - Method in class com.github.leanframeworks.minibus.base.dispatcher.SingleThreadDispatcher
-
- getParentTopic() - Method in interface com.github.leanframeworks.minibus.api.Topic
-
Gets the parent topic if any.
- getParentTopic() - Method in class com.github.leanframeworks.minibus.base.topic.SimpleTopic
-
- getSubChannels() - Method in class com.github.leanframeworks.minibus.base.channel.SimpleChannel
-
Gets the sub-channels into which this channel can flow.
- getTopic() - Method in class com.github.leanframeworks.minibus.api.Event
-
Gets the topic of the event.
- getTopic() - Method in class com.github.leanframeworks.minibus.base.bus.AbstractEventBus.SubscriptionEntry
-
Gets the for which the subscription applies.