Package org.nameapi.client.lib
Class NameApiRemoteExecutors
- java.lang.Object
-
- org.nameapi.client.lib.NameApiRemoteExecutors
-
public final class NameApiRemoteExecutors extends Object
When adding extensions here, it's like adding default interceptors or default-whatever to any command that executes. Each ModeExtension can choose what to do based on mode values.You, the developer, may choose to use your IoC framework such as Spring to inject the Extensions into an executor factory.
The idea is to add all extensions that are available here, even those that are not used. What is used is then configured using the
Mode
-
-
Constructor Summary
Constructors Constructor Description NameApiRemoteExecutors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.optimaize.command4j.CommandExecutorcreate()static com.optimaize.command4j.CommandExecutorget()
-