Class PublishOptions

java.lang.Object
io.crossbar.autobahn.wamp.types.PublishOptions

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

    Fields 
    Modifier and Type Field Description
    boolean acknowledge  
    boolean excludeMe  
    boolean retain  
  • 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 Details

  • Constructor Details

    • PublishOptions

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

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