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:SimpleClientFactoryAbstract
In general, implementation is simply: return new ClientImpl(this);- Specified by:
newClient
in classSimpleClientFactoryAbstract<AccessorObjectApi>
- Returns:
- the new Client with this associated factory
-
getServiceClass
Description copied from class:SimpleClientFactoryAbstract
Shall be overridden- Specified by:
getServiceClass
in classSimpleClientFactoryAbstract<AccessorObjectApi>
- Returns:
- the class of API Interface
-