Package com.io7m.cardant.client.basic
Class CAClients
java.lang.Object
com.io7m.cardant.client.basic.CAClients
- All Implemented Interfaces:
CAClientFactoryType,com.io7m.hibiscus.api.HBClientAsynchronousFactoryType<CAClientException,,CAClientConfiguration, CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials, CAClientAsynchronousType> com.io7m.hibiscus.api.HBClientFactoryType<CAClientException,,CAClientConfiguration, CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials, CAClientAsynchronousType, CAClientSynchronousType> com.io7m.hibiscus.api.HBClientSynchronousFactoryType<CAClientException,,CAClientConfiguration, CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials, CAClientSynchronousType> com.io7m.repetoir.core.RPServiceType
The default client factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenAsynchronousClient(CAClientConfiguration configuration) openSynchronousClient(CAClientConfiguration configuration) toString()
-
Constructor Details
-
CAClients
public CAClients()The default client factory.
-
-
Method Details
-
toString
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-
openAsynchronousClient
public CAClientAsynchronousType openAsynchronousClient(CAClientConfiguration configuration) throws CAClientException - Specified by:
openAsynchronousClientin interfacecom.io7m.hibiscus.api.HBClientAsynchronousFactoryType<CAClientException,CAClientConfiguration, CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials, CAClientAsynchronousType> - Throws:
CAClientException
-
openSynchronousClient
public CAClientSynchronousType openSynchronousClient(CAClientConfiguration configuration) throws CAClientException - Specified by:
openSynchronousClientin interfacecom.io7m.hibiscus.api.HBClientSynchronousFactoryType<CAClientException,CAClientConfiguration, CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials, CAClientSynchronousType> - Throws:
CAClientException
-