@Configuration @EnableConfigurationProperties(value=SnapshotProperties.class) public class S3SnapshotAutoConfiguration extends java.lang.Object
| Constructor and Description |
|---|
S3SnapshotAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReadService |
snapshotReadService(de.otto.edison.aws.s3.S3Service s3Service,
SnapshotProperties snapshotProperties) |
SnapshotWriteService |
snapshotWriteService(de.otto.edison.aws.s3.S3Service s3Service,
SnapshotProperties snapshotProperties) |
@Bean @ConditionalOnMissingBean public SnapshotReadService snapshotReadService(de.otto.edison.aws.s3.S3Service s3Service, SnapshotProperties snapshotProperties)
@Bean @ConditionalOnMissingBean public SnapshotWriteService snapshotWriteService(de.otto.edison.aws.s3.S3Service s3Service, SnapshotProperties snapshotProperties)