Class FunctionBindingPropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource
-
- org.activiti.cloud.common.messaging.config.FunctionBindingPropertySource
-
public class FunctionBindingPropertySource extends org.springframework.core.env.PropertySource
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPRING_CLOUD_FUNCTION_DEFINITION
-
Constructor Summary
Constructors Constructor Description FunctionBindingPropertySource(org.springframework.core.env.ConfigurableEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetProperty(String name)voidregister(String name)
-
-
-
Field Detail
-
SPRING_CLOUD_FUNCTION_DEFINITION
public static final String SPRING_CLOUD_FUNCTION_DEFINITION
- See Also:
- Constant Field Values
-
-