Returns the default executor this event bus uses for dispatching events to subscribers.
()
| 163 | * Returns the default executor this event bus uses for dispatching events to subscribers. |
| 164 | */ |
| 165 | final Executor executor() { |
| 166 | return executor; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Handles the given exception thrown by a subscriber with the given context. |