public interface Broadcast
The sender or root send's an element that is received by all the receivers or other tasks.
This is an asymmetric operation and hence the differentiation b/w Sender and Receiver.
Modifier and Type | Interface and Description |
---|---|
static interface |
Broadcast.Receiver<T>
Receivers or Non-roots.
|
static interface |
Broadcast.Sender<T>
Sender or Root.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.