subscribe()
to obtain thecurrent value instantly. The listener will not be registered. Instead, it is ensured that after subscribe()
returns the listener will not be called again. informationBroker.subscribe(id, listener, new OptionInstantRequest());
@author Ralf Biedert
@see InformationBroker
|
|