| Constructor and Description |
|---|
Subscriber(MultiSource multi)
Creates a new subscriber for managing data source connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
send(Destination dest,
int fromPort,
int toPort,
byte[] data)
Doesn't really "send" anywhere, just subscribes or unsubscribes the destination
|
public Subscriber(MultiSource multi)
multi - the multi-source to register subscriptions withpublic void send(Destination dest, int fromPort, int toPort, byte[] data)