Class InputBindingConfiguration
- java.lang.Object
-
- org.activiti.cloud.common.messaging.config.AbstractFunctionalBindingConfiguration
-
- org.activiti.cloud.common.messaging.config.InputBindingConfiguration
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@AutoConfiguration(after=org.springframework.cloud.stream.config.BinderFactoryAutoConfiguration.class, before=org.springframework.cloud.stream.function.FunctionConfiguration.class) public class InputBindingConfiguration extends AbstractFunctionalBindingConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static StringINPUT_BINDING
-
Constructor Summary
Constructors Constructor Description InputBindingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.config.BeanPostProcessorinputBindingBeanPostProcessor(FunctionAnnotationService functionAnnotationService, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties, org.springframework.cloud.stream.function.StreamFunctionProperties streamFunctionProperties)-
Methods inherited from class org.activiti.cloud.common.messaging.config.AbstractFunctionalBindingConfiguration
discoverFunctionType, functionFromDefinition, getGatewayInterface, getInBinding, getInBinding, getMessageConverter, getMessageConverterConfigurer, getOutBinding, getOutBinding, getStreamBridge, registerFunctionRegistration, setApplicationContext
-
-
-
-
Field Detail
-
INPUT_BINDING
public static final String INPUT_BINDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
inputBindingBeanPostProcessor
@Bean public org.springframework.beans.factory.config.BeanPostProcessor inputBindingBeanPostProcessor(FunctionAnnotationService functionAnnotationService, org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties, org.springframework.cloud.stream.function.StreamFunctionProperties streamFunctionProperties)
-
-