Interface IdAClientFactoryType
- All Superinterfaces:
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>
- All Known Implementing Classes:
IdAClients
public interface IdAClientFactoryType
extends com.io7m.hibiscus.api.HBClientFactoryType<IdAClientException,IdAClientConfiguration,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials,IdAClientAsynchronousType,IdAClientSynchronousType>
A factory of clients.
-
Method Summary
Methods inherited from interface com.io7m.hibiscus.api.HBClientAsynchronousFactoryType
openAsynchronousClientMethods inherited from interface com.io7m.hibiscus.api.HBClientSynchronousFactoryType
openSynchronousClient