A C D E F G I L M O R S
A
- ApplicationBootstrap - Class in org.springframework.cloud.function.deployer
-
Utility class to launch a Spring Boot application (optionally) in an isolated class
loader.
- ApplicationBootstrap() - Constructor for class org.springframework.cloud.function.deployer.ApplicationBootstrap
-
- ApplicationRunner - Class in org.springframework.cloud.function.deployer
-
Driver class for running a Spring Boot application via an isolated classpath.
- ApplicationRunner(ClassLoader, String) - Constructor for class org.springframework.cloud.function.deployer.ApplicationRunner
-
C
- close() - Method in class org.springframework.cloud.function.deployer.ApplicationBootstrap
-
Clean up the resources used by this instance, if any.
- close() - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
- close() - Method in class org.springframework.cloud.function.deployer.ContextRunner
-
- containsBean(String) - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
- ContextRunner - Class in org.springframework.cloud.function.deployer
-
Utility class for starting a Spring Boot application in a separate thread.
- ContextRunner() - Constructor for class org.springframework.cloud.function.deployer.ContextRunner
-
D
- delegatingResourceLoader(MavenProperties) - Method in class org.springframework.cloud.function.deployer.FunctionDeployerConfiguration
-
E
- EnableFunctionDeployer - Annotation Type in org.springframework.cloud.function.deployer
-
Annotation to be used on a Spring Boot application if it wants to deploy a jar file
containing a function definition.
- evaluate(String, Object, Object...) - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
F
- FunctionApplication - Class in org.springframework.cloud.function.deployer
-
- FunctionApplication() - Constructor for class org.springframework.cloud.function.deployer.FunctionApplication
-
- FunctionDeployerConfiguration - Class in org.springframework.cloud.function.deployer
-
- FunctionDeployerConfiguration() - Constructor for class org.springframework.cloud.function.deployer.FunctionDeployerConfiguration
-
- functionName(String) - Static method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- functionName(int) - Static method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- functionProperties() - Method in class org.springframework.cloud.function.deployer.FunctionDeployerConfiguration
-
- FunctionProperties - Class in org.springframework.cloud.function.deployer
-
Configuration properties for deciding how to locate the functional class to execute.
- FunctionProperties() - Constructor for class org.springframework.cloud.function.deployer.FunctionProperties
-
G
- getBean(String) - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
- getBean() - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- getBeanNames(String) - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
List the bean names in the application context for a given type (by its fully qualified name).
- getContext() - Method in class org.springframework.cloud.function.deployer.ContextRunner
-
- getError() - Method in class org.springframework.cloud.function.deployer.ContextRunner
-
- getLocation() - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- getMain() - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- getName() - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- getNames(Class<?>) - Method in class org.springframework.cloud.function.deployer.SingleEntryFunctionRegistry
-
- getRunner() - Method in class org.springframework.cloud.function.deployer.ApplicationBootstrap
-
I
- init() - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- isRunning() - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
- isRunning() - Method in class org.springframework.cloud.function.deployer.ContextRunner
-
L
- lookup(Class<?>, String) - Method in class org.springframework.cloud.function.deployer.SingleEntryFunctionRegistry
-
M
- main(String[]) - Static method in class org.springframework.cloud.function.deployer.FunctionApplication
-
- mavenProperties() - Method in class org.springframework.cloud.function.deployer.FunctionDeployerConfiguration
-
O
- org.springframework.cloud.function.deployer - package org.springframework.cloud.function.deployer
-
R
- register(FunctionRegistration<T>) - Method in class org.springframework.cloud.function.deployer.SingleEntryFunctionRegistry
-
- run(Class<?>, String...) - Method in class org.springframework.cloud.function.deployer.ApplicationBootstrap
-
Run the provided main class as a Spring Boot application with the provided command
line arguments.
- run(String...) - Method in class org.springframework.cloud.function.deployer.ApplicationRunner
-
- run(String, Map<String, Object>, String...) - Method in class org.springframework.cloud.function.deployer.ContextRunner
-
S
- setBean(String[]) - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- setLocation(String[]) - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- setMain(String) - Method in class org.springframework.cloud.function.deployer.FunctionProperties
-
- SingleEntryFunctionRegistry - Class in org.springframework.cloud.function.deployer
-
- SingleEntryFunctionRegistry(FunctionRegistry, String) - Constructor for class org.springframework.cloud.function.deployer.SingleEntryFunctionRegistry
-
A C D E F G I L M O R S
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.