Class ServiceConfiguration
-
- All Implemented Interfaces:
@Configuration() public final class ServiceConfiguration
-
-
Constructor Summary
Constructors Constructor Description ServiceConfiguration()
-
Method Summary
Modifier and Type Method Description final BucketServicebucketService(BucketStore bucketStore, ObjectStore objectStore)final ObjectServiceobjectService(BucketStore bucketStore, ObjectStore objectStore)final MultipartServicemultipartService(BucketStore bucketStore, MultipartStore multipartStore)-
-
Method Detail
-
bucketService
@Bean() final BucketService bucketService(BucketStore bucketStore, ObjectStore objectStore)
-
objectService
@Bean() final ObjectService objectService(BucketStore bucketStore, ObjectStore objectStore)
-
multipartService
@Bean() final MultipartService multipartService(BucketStore bucketStore, MultipartStore multipartStore)
-
-
-
-