Uses of Interface
org.pipservices3.commons.commands.ICommandInterceptor
-
Uses of ICommandInterceptor in org.pipservices3.commons.commands
Modifier and TypeMethodDescriptionvoid
CommandSet.addInterceptor
(ICommandInterceptor interceptor) Adds a ICommandInterceptor command interceptor to this command set.ModifierConstructorDescriptionInterceptedCommand
(ICommandInterceptor interceptor, ICommand next) Creates a new InterceptedCommand, which serves as a link in an execution chain.