Class SubscribeOptions

java.lang.Object
io.crossbar.autobahn.wamp.types.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 Details

  • Constructor Details

    • SubscribeOptions

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