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();
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final R receiver
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final R getReceiver()
      • Methods inherited from class io.zenoh.scouting.Scout

        close, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait