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