Package io.zenoh.scouting
Class HandlerScout
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public final class HandlerScout<R extends Object> extends Scout
Scout using a handler to handle incoming Hello messages.
Example
HandlerScout<BlockingQueue<Optional<Hello>>> scout = Zenoh.scout();
-
-
Method Summary
Modifier and Type Method Description final R
getReceiver()
-
-
Method Detail
-
getReceiver
final R getReceiver()
-
-
-
-