@Configuration @AutoConfigureBefore(value=org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.cloud.function.web.source.DestinationResolver.class) @ConditionalOnProperty(prefix="spring.cloud.function.web.export", name="enabled", matchIfMissing=false) public class CustomRuntimeAutoConfiguration extends Object
Constructor and Description |
---|
CustomRuntimeAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.CommandLineRunner |
backgrounder() |
DestinationResolver |
destinationResolver() |
@Bean @ConditionalOnMissingBean public DestinationResolver destinationResolver()
@Bean public org.springframework.boot.CommandLineRunner backgrounder()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.