类 GetGatewayApiDefinitionGroupCommandHandler

java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.common.command.GetGatewayApiDefinitionGroupCommandHandler
所有已实现的接口:
com.alibaba.csp.sentinel.command.CommandHandler<String>

@CommandMapping(name="gateway/getApiDefinitions", desc="Fetch all customized gateway API groups") public class GetGatewayApiDefinitionGroupCommandHandler extends Object implements com.alibaba.csp.sentinel.command.CommandHandler<String>
从以下版本开始:
1.6.0
作者:
Eric Zhao
  • 构造器详细资料

    • GetGatewayApiDefinitionGroupCommandHandler

      public GetGatewayApiDefinitionGroupCommandHandler()
  • 方法详细资料

    • handle

      public com.alibaba.csp.sentinel.command.CommandResponse<String> handle(com.alibaba.csp.sentinel.command.CommandRequest request)
      指定者:
      handle 在接口中 com.alibaba.csp.sentinel.command.CommandHandler<String>