public class Provider extends Object implements Consumer<IPacket>
Remote configuration data provider
See also Requester class
Will reply to requests (subscribe packets) for given topics sending back publish packets with data.
Provider(IPacketMultiSource ms)
void
accept(IPacket t)
addTopic(String topicName, String topicValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public Provider(IPacketMultiSource ms)
public void addTopic(String topicName, String topicValue)
public void accept(IPacket t)
accept
Consumer<IPacket>
Copyright © 2019. All rights reserved.