Class PublishOptions


  • public class PublishOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PublishOptions​(boolean acknowledge, boolean excludeMe)  
      PublishOptions​(boolean acknowledge, boolean excludeMe, boolean retain)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • acknowledge

        public final boolean acknowledge
      • excludeMe

        public final boolean excludeMe
      • retain

        public final boolean retain
    • Constructor Detail

      • PublishOptions

        public PublishOptions​(boolean acknowledge,
                              boolean excludeMe)
      • PublishOptions

        public PublishOptions​(boolean acknowledge,
                              boolean excludeMe,
                              boolean retain)