Class AccessorBucketInternalApiFactory
java.lang.Object
io.clonecloudstore.common.quarkus.client.SimpleClientFactoryAbstract<AccessorBucketInternalApi>
io.clonecloudstore.accessor.client.internal.AccessorBucketInternalApiFactory
- All Implemented Interfaces:
Closeable,AutoCloseable
@ApplicationScoped
public class AccessorBucketInternalApiFactory
extends SimpleClientFactoryAbstract<AccessorBucketInternalApi>
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
-
AccessorBucketInternalApiFactory
public AccessorBucketInternalApiFactory()
-
-
Method Details
-
newClient
Description copied from class:SimpleClientFactoryAbstractIn general, implementation is simply: return new ClientImpl(this);- Specified by:
newClientin classSimpleClientFactoryAbstract<AccessorBucketInternalApi>- 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<AccessorBucketInternalApi>- Returns:
- the new Client with this associated factory for this URI
-
getServiceClass
Description copied from class:SimpleClientFactoryAbstractShall be overridden- Specified by:
getServiceClassin classSimpleClientFactoryAbstract<AccessorBucketInternalApi>- Returns:
- the class of API Interface
-