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