Interface IdAClientSynchronousType

All Superinterfaces:
AutoCloseable, com.io7m.hibiscus.api.HBClientCloseableType<IdAClientException>, com.io7m.hibiscus.api.HBClientStatusType<IdACommandType<?>,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials>, com.io7m.hibiscus.api.HBClientSynchronousOperationsType<IdAClientException,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientCredentials>, com.io7m.hibiscus.api.HBClientSynchronousType<IdAClientException,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials>, com.io7m.repetoir.core.RPServiceType
All Known Implementing Classes:
IdAClientSynchronous

public interface IdAClientSynchronousType extends com.io7m.hibiscus.api.HBClientSynchronousType<IdAClientException,IdACommandType<?>,IdAResponseType,IdAResponseType,IdAResponseError,IdAClientEventType,IdAClientCredentials>, com.io7m.repetoir.core.RPServiceType
The type of synchronous clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     

    Methods inherited from interface com.io7m.hibiscus.api.HBClientCloseableType

    close, isClosed

    Methods inherited from interface com.io7m.hibiscus.api.HBClientStatusType

    events, isConnected, state, stateNow

    Methods inherited from interface com.io7m.hibiscus.api.HBClientSynchronousOperationsType

    disconnect, execute, login, pollEvents

    Methods inherited from interface com.io7m.hibiscus.api.HBClientSynchronousType

    executeOrElseThrow, loginOrElseThrow
  • Method Details

    • description

      default String description()
      Specified by:
      description in interface com.io7m.repetoir.core.RPServiceType