@Configuration @ConditionalOnProperty(prefix="bullet.async", name="enabled", havingValue="true") public class AsyncConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AsyncConfiguration.ResponderClasses |
Constructor and Description |
---|
AsyncConfiguration() |
Modifier and Type | Method and Description |
---|---|
AsyncConfiguration.ResponderClasses |
responderClasses(String config)
Creates an instance of the
AsyncConfiguration.ResponderClasses . |
@Bean @ConfigurationProperties(value="bullet.async.responder") public AsyncConfiguration.ResponderClasses responderClasses(@Value(value="${bullet.async.config}") String config)
AsyncConfiguration.ResponderClasses
.config
- The String path to the config file.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.