public interface CommandSubscription
Stored information on the subscription and lets you unpersist the command.
Modifier and Type | Method and Description |
---|---|
CommandListener |
getCommandListener()
Returns the
CommandListener that is informed of success or
failure of this command. |
java.lang.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.
|
java.lang.String getSubject()
Returns the subject the command was executed on.
CommandListener getCommandListener()
Returns the CommandListener
that is informed of success or
failure of this command.
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.
Please send bug reports and comments to Caplin support