Class UnsubscribeCommand

java.lang.Object
org.cyclopsgroup.jmxterm.Command
org.cyclopsgroup.jmxterm.cmd.UnsubscribeCommand
All Implemented Interfaces:
org.cyclopsgroup.jcli.AutoCompletable

@Cli(name="unsubscribe", description="Unsubscribe the notifications of an earlier subscribed bean", note="Syntax is \n unsubscribe <bean>") public class UnsubscribeCommand extends Command
Command to subscribe to an MBean notification

Remove the subscription of an already subscribed notification listener. Notifications will no longer be sent to the session output.

  • Constructor Details

    • UnsubscribeCommand

      public UnsubscribeCommand()
  • Method Details