Class AccessorBucketApiFactory
java.lang.Object
io.clonecloudstore.common.quarkus.client.SimpleClientFactoryAbstract<AccessorBucketApi>
io.clonecloudstore.accessor.client.AccessorBucketApiFactory
- All Implemented Interfaces:
Closeable,AutoCloseable
@ApplicationScoped
public class AccessorBucketApiFactory
extends SimpleClientFactoryAbstract<AccessorBucketApi>
Bucket Client API Factory
-
Field Summary
Fields inherited from class io.clonecloudstore.common.quarkus.client.SimpleClientFactoryAbstract
DEFAULT_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?> Shall be overriddenIn general, implementation is simply: return new ClientImpl(this);For Factory with multiple targets, to ensure correctness of URIMethods inherited from class io.clonecloudstore.common.quarkus.client.SimpleClientFactoryAbstract
close, getService, getUri, getVertx, isTls, prepare, prepare
-
Constructor Details
-
AccessorBucketApiFactory
public AccessorBucketApiFactory()
-
-
Method Details
-
newClient
Description copied from class:SimpleClientFactoryAbstractIn general, implementation is simply: return new ClientImpl(this);- Specified by:
newClientin classSimpleClientFactoryAbstract<AccessorBucketApi>- Returns:
- the new Client with this associated factory
-
newClient
Description copied from class:SimpleClientFactoryAbstractFor Factory with multiple targets, to ensure correctness of URI- Overrides:
newClientin classSimpleClientFactoryAbstract<AccessorBucketApi>- Returns:
- the new Client with this associated factory for this URI
-
getServiceClass
Description copied from class:SimpleClientFactoryAbstractShall be overridden- Specified by:
getServiceClassin classSimpleClientFactoryAbstract<AccessorBucketApi>- Returns:
- the class of API Interface
-