Uses of Interface
com.helger.photon.api.IAPIExecutor
-
Packages that use IAPIExecutor Package Description com.helger.photon.api -
-
Uses of IAPIExecutor in com.helger.photon.api
Methods in com.helger.photon.api that return types with arguments of type IAPIExecutor Modifier and Type Method Description Supplier<? extends IAPIExecutor>APIDescriptor. getExecutorFactory()Supplier<? extends IAPIExecutor>IAPIDescriptor. getExecutorFactory()Constructors in com.helger.photon.api with parameters of type IAPIExecutor Constructor Description APIDescriptor(APIPath aPath, IAPIExecutor aExecutor)ConstructorConstructor parameters in com.helger.photon.api with type arguments of type IAPIExecutor Constructor Description APIDescriptor(APIPath aPath, Class<? extends IAPIExecutor> aExecutorClass)ConstructorAPIDescriptor(APIPath aPath, Supplier<? extends IAPIExecutor> aExecutorFactory)Constructor
-