Class IdAClientAsynchronous
java.lang.Object
com.io7m.hibiscus.basic.HBClientAsynchronousAbstract<IdAClientException,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials>
com.io7m.idstore.admin_client.internal.IdAClientAsynchronous
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBClientAsynchronousType<IdAClientException,,IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials> com.io7m.hibiscus.api.HBClientCloseableType<IdAClientException>,com.io7m.hibiscus.api.HBClientStatusType<IdAClientEventType>,IdAClientAsynchronousType,AutoCloseable
public final class IdAClientAsynchronous
extends com.io7m.hibiscus.basic.HBClientAsynchronousAbstract<IdAClientException,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials>
implements IdAClientAsynchronousType
The asynchronous client.
-
Constructor Summary
ConstructorsConstructorDescriptionIdAClientAsynchronous(IdAClientConfiguration inConfiguration, IdAStrings inStrings, HttpClient inHttpClient) The asynchronous client. -
Method Summary
Methods inherited from class com.io7m.hibiscus.basic.HBClientAsynchronousAbstract
close, disconnectAsync, events, executeAsync, isClosed, isConnected, loginAsync, pollEvents, state, stateNowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.hibiscus.api.HBClientAsynchronousType
disconnectAsync, executeAsync, executeAsyncOrElseThrow, loginAsync, loginAsyncOrElseThrow, pollEventsMethods inherited from interface com.io7m.hibiscus.api.HBClientCloseableType
close, isClosedMethods inherited from interface com.io7m.hibiscus.api.HBClientStatusType
events, isConnected, state, stateNow
-
Constructor Details
-
IdAClientAsynchronous
public IdAClientAsynchronous(IdAClientConfiguration inConfiguration, IdAStrings inStrings, HttpClient inHttpClient) The asynchronous client.- Parameters:
inConfiguration- The configurationinHttpClient- The HTTP clientinStrings- The string resources
-