public interface EventPublisher
| Modifier and Type | Method and Description |
|---|---|
boolean |
publishingEnabled()
Returns
true if event publishing is enabled. |
boolean publishingEnabled()
true if event publishing is enabled. This is primarily used to short-circuit event publishing
if the publishing is not enabled. Event publishing will be disabled if there are no active listeners or has
been explicitly disabled using RxNetty.disableEventPublishing()true if event publishing is enabled.