Class Reply

  • All Implemented Interfaces:
    io.zenoh.ZenohType

    
    public class Reply
     implements ZenohType
                        

    Class to represent a Zenoh Reply to a remote query.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Reply.Success

      A Success reply.

      public final class Reply.Error

      An Error reply.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ZenohId replierId
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ZenohId getReplierId() : unique ID identifying the replier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail