public interface AnonymousRoute
Route
interface that only has one Subscriber
. This
interface can be used to retrieve logged data from a board that was not programmed by the current
device.Modifier and Type | Method and Description |
---|---|
java.lang.String |
identifier()
String identifying the data producer chain the subscriber is receiving data from
|
void |
setEnvironment(java.lang.Object... env)
Sets the environment values passed into the
apply function |
void |
subscribe(Subscriber subscriber)
Subscribe to the data produced by this chain
|
java.lang.String identifier()
void subscribe(Subscriber subscriber)
subscriber
- Subscriber implementation to handle the received datavoid setEnvironment(java.lang.Object... env)
apply
functionenv
- Environment values to use with the subscriber