类 InterceptingCommandHandler<R>
java.lang.Object
com.alibaba.csp.sentinel.command.handler.InterceptingCommandHandler<R>
- 所有已实现的接口:
CommandHandler<R>
intercept specified command handler
- 作者:
- icodening
-
构造器概要
构造器构造器说明InterceptingCommandHandler(CommandHandler<R> delegate, List<CommandHandlerInterceptor<R>> commandHandlerInterceptors) -
方法概要
-
构造器详细资料
-
InterceptingCommandHandler
public InterceptingCommandHandler(CommandHandler<R> delegate, List<CommandHandlerInterceptor<R>> commandHandlerInterceptors)
-
-
方法详细资料
-
handle
从接口复制的说明:CommandHandlerHandle the given Courier command request.- 指定者:
handle在接口中CommandHandler<R>- 参数:
request- the request to handle- 返回:
- the response
-