| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
| Modifier and Type | Method and Description |
|---|---|
AerospikeExceptionTranslator |
AbstractReactiveAerospikeDataConfiguration.aerospikeExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAerospikeOperations |
AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAerospikeExceptionTranslator |
| Constructor and Description |
|---|
ReactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
java.lang.String namespace,
MappingAerospikeConverter converter,
AerospikeMappingContext mappingContext,
AerospikeExceptionTranslator exceptionTranslator)
Creates a new
ReactiveAerospikeTemplate for the given
AerospikeClient. |