Package com.io7m.idstore.admin_client
Class IdAClients
java.lang.Object
com.io7m.idstore.admin_client.IdAClients
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBClientAsynchronousFactoryType<IdAClientException,,IdAClientConfiguration, IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials, IdAClientAsynchronousType> com.io7m.hibiscus.api.HBClientFactoryType<IdAClientException,,IdAClientConfiguration, IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials, IdAClientAsynchronousType, IdAClientSynchronousType> com.io7m.hibiscus.api.HBClientSynchronousFactoryType<IdAClientException,,IdAClientConfiguration, IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials, IdAClientSynchronousType> IdAClientFactoryType
The default client factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenAsynchronousClient(IdAClientConfiguration configuration) openSynchronousClient(IdAClientConfiguration configuration)
-
Constructor Details
-
IdAClients
public IdAClients()The default client factory.
-
-
Method Details
-
openAsynchronousClient
- Specified by:
openAsynchronousClientin interfacecom.io7m.hibiscus.api.HBClientAsynchronousFactoryType<IdAClientException,IdAClientConfiguration, IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials, IdAClientAsynchronousType>
-
openSynchronousClient
- Specified by:
openSynchronousClientin interfacecom.io7m.hibiscus.api.HBClientSynchronousFactoryType<IdAClientException,IdAClientConfiguration, IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials, IdAClientSynchronousType>
-