@Configuration
@AutoConfigureOrder
@ConditionalOnClass(value=com.aerospike.client.AerospikeClient.class)
@ConditionalOnProperty(value="embedded.aerospike.enabled",
matchIfMissing=true)
public class EmbeddedAerospikeDependenciesAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EmbeddedAerospikeDependenciesAutoConfiguration.AerospikeClientPostProcessorConfiguration |
| Constructor and Description |
|---|
EmbeddedAerospikeDependenciesAutoConfiguration() |
Copyright © 2019. All rights reserved.