Package io.crossbar.autobahn.wamp.types
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 booleanacknowledgebooleanexcludeMebooleanretain
-
Constructor Summary
Constructors Constructor Description PublishOptions(boolean acknowledge, boolean excludeMe)PublishOptions(boolean acknowledge, boolean excludeMe, boolean retain)
-