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<IdACommandType<?>,,IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials> IdAClientAsynchronousType,com.io7m.repetoir.core.RPServiceType,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, IdStrings inStrings, HttpClient inHttpClient) The asynchronous client. -
Method Summary
Methods inherited from class com.io7m.hibiscus.basic.HBClientAsynchronousAbstract
checkNotClosingOrClosed, close, commandExecutor, delegate, 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, stateNowMethods inherited from interface com.io7m.idstore.admin_client.api.IdAClientAsynchronousType
description
-
Constructor Details
-
IdAClientAsynchronous
public IdAClientAsynchronous(IdAClientConfiguration inConfiguration, IdStrings inStrings, HttpClient inHttpClient) The asynchronous client.- Parameters:
inConfiguration- The configurationinHttpClient- The HTTP clientinStrings- The string resources
-