Class SubscribeOptions


  • public class SubscribeOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean details  
      boolean getRetained  
      java.lang.String match  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscribeOptions​(java.lang.String match, boolean details, boolean getRetained)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • match

        public java.lang.String match
      • details

        public boolean details
      • getRetained

        public boolean getRetained
    • Constructor Detail

      • SubscribeOptions

        public SubscribeOptions​(java.lang.String match,
                                boolean details,
                                boolean getRetained)