| Package | Description |
|---|---|
| org.icij.datashare.com |
| Modifier and Type | Method and Description |
|---|---|
static Channel |
Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Channel[] |
Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryDataBus.publish(Channel channel,
Message message) |
void |
Publisher.publish(Channel channel,
Message message) |
int |
MemoryDataBus.subscribe(java.util.function.Consumer<Message> subscriber,
Channel... channels) |
int |
DataBus.subscribe(java.util.function.Consumer<Message> subscriber,
Channel... channels) |
int |
MemoryDataBus.subscribe(java.util.function.Consumer<Message> subscriber,
Runnable subscriptionCallback,
Channel... channels) |
int |
DataBus.subscribe(java.util.function.Consumer<Message> subscriber,
Runnable subscriptionCallback,
Channel... channels) |
Copyright © 2020–2021 ICIJ. All rights reserved.