Class OrderIndexerEnvironmentPostProcessor
java.lang.Object
com.broadleafcommerce.search.index.order.autoconfigure.OrderIndexerEnvironmentPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class OrderIndexerEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
OrderIndexerEnvironmentPostProcessor
public OrderIndexerEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-