Stored information on the subscription and lets you unpersist the command.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.CommandSubscription()
|
Attributes | Name and Description |
---|---|
|
caplin.streamlink.CommandListener
getCommandListener()
Returns the caplin.streamlink.CommandResultListener that is informed of success or failure of this command. |
|
String
getSubject()
Returns the subject the command was executed on. |
|
void
unPersist()
For commands that have been set as persistent this method will turn off that persistence. |
►
caplin.streamlink.CommandSubscription()
►
caplin.streamlink.CommandListener
getCommandListener()
Returns the caplin.streamlink.CommandResultListener that is informed of success or failure of this command.
►
String
getSubject()
Returns the subject the command was executed on.
►
void
unPersist()
For commands that have been set as persistent this method will turn off that persistence. Once persistence is turned off the command will not be resent to the server when a reconnection occurs.