| Package | Description |
|---|---|
| org.lsst.ccs.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.Order |
Dispatcher.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.Order[] |
Dispatcher.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiQueueDispatcher.out(Runnable run,
Bus bus,
Dispatcher.Order order)
Submits a task to process an outgoing message.
|
void |
Dispatcher.out(Runnable task,
Bus bus,
Dispatcher.Order order)
Submits a task to process an outgoing message.
|
void |
LegacyDispatcher.out(Runnable runnable,
Bus bus,
Dispatcher.Order order)
Submits a task to process an outgoing message.
|
Copyright © 2022 LSST. All rights reserved.