Class KafkaStreamsBinderEnvironmentPostProcessor
java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsBinderEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class KafkaStreamsBinderEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
EnvironmentPostProcessor to ensure the sendToDlqAndContinue BiFunction
is excluded in core Spring Cloud Function by adding it to the ineligible function definitions.- Author:
- Soby Chacko, Chris Bono
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
KafkaStreamsBinderEnvironmentPostProcessor
public KafkaStreamsBinderEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-