| Package | Description |
|---|---|
| com.github.leanframeworks.minibus.base.bus |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,AbstractEventBus.SubscriptionEntry<?>> |
AbstractEventBus.idToSubscription
Mapping between subscription IDs and subscriptions.
|
protected Map<Topic<?>,Collection<AbstractEventBus.SubscriptionEntry<?>>> |
AbstractEventBus.topicToSubscription
Mapping between subscriptions and topics.
|
Copyright © 2017. All rights reserved.