| Package | Description |
|---|---|
| org.qubership.automation.itf.executor.provider |
| Modifier and Type | Method and Description |
|---|---|
static EventBusProvider.Priority |
EventBusProvider.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventBusProvider.Priority[] |
EventBusProvider.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.eventbus.EventBus |
EventBusProvider.getBus(EventBusProvider.Priority priority)
Get Bus of priority given.
|
void |
EventBusProvider.register(Object subscriber,
EventBusProvider.Priority priority)
Register subscriber in High or Normal Priority Bus, and in the cache.
|
Copyright © 2025. All rights reserved.