Interface BaseCommand

All Superinterfaces:
org.apache.dubbo.qos.api.BaseCommand

@Deprecated public interface BaseCommand extends org.apache.dubbo.qos.api.BaseCommand
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(CommandContext commandContext, String[] args)
    Deprecated.
     
    default String
    execute(org.apache.dubbo.qos.api.CommandContext commandContext, String[] args)
    Deprecated.
     

    Methods inherited from interface org.apache.dubbo.qos.api.BaseCommand

    logResult
  • Method Details

    • execute

      String execute(CommandContext commandContext, String[] args)
      Deprecated.
    • execute

      default String execute(org.apache.dubbo.qos.api.CommandContext commandContext, String[] args)
      Deprecated.
      Specified by:
      execute in interface org.apache.dubbo.qos.api.BaseCommand