Uses of Interface
org.pipservices3.commons.run.IExecutable
Packages that use IExecutable
-
Uses of IExecutable in org.pipservices3.commons.commands
Subinterfaces of IExecutable in org.pipservices3.commons.commandsModifier and TypeInterfaceDescriptioninterfaceAn interface for Commands, which are part of the Command design pattern.Classes in org.pipservices3.commons.commands that implement IExecutableModifier and TypeClassDescriptionclassConcrete implementation ofICommandinterface.classImplements aICommandcommand wrapped by an interceptor.Constructors in org.pipservices3.commons.commands with parameters of type IExecutableModifierConstructorDescriptionCommand(String name, Schema schema, IExecutable function) Creates a new command object and assigns it's parameters.