Package io.crossbar.autobahn.wamp.types
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 booleandetailsbooleangetRetainedjava.lang.Stringmatch -
Constructor Summary
Constructors Constructor Description SubscribeOptions(java.lang.String match, boolean details, boolean getRetained) -
Method Summary
-
Field Details
-
match
public java.lang.String match -
details
public boolean details -
getRetained
public boolean getRetained
-
-
Constructor Details
-
SubscribeOptions
public SubscribeOptions(java.lang.String match, boolean details, boolean getRetained)
-