Uses of Interface
org.pipservices3.commons.commands.ICommandInterceptor
Packages that use ICommandInterceptor
-
Uses of ICommandInterceptor in org.pipservices3.commons.commands
Methods in org.pipservices3.commons.commands with parameters of type ICommandInterceptorModifier and TypeMethodDescriptionvoid
CommandSet.addInterceptor
(ICommandInterceptor interceptor) Adds a ICommandInterceptor command interceptor to this command set.Constructors in org.pipservices3.commons.commands with parameters of type ICommandInterceptorModifierConstructorDescriptionInterceptedCommand
(ICommandInterceptor interceptor, ICommand next) Creates a new InterceptedCommand, which serves as a link in an execution chain.