Schnittstelle IBackendClient<S>

Typparameter:
S - is the type of the application service of the parent application of a IBackendClient.
Alle Superschnittstellen:
AutoCloseable, Closeable, CloseStateRequestable, ConnectionSideRequestable, GroupCloseable, IClient, ISecuriyModeHolder
Alle bekannten Implementierungsklassen:
AbstractBackendClient, AbstractWebClient, WebClient

public interface IBackendClient<S> extends IClient
Version:
2025-07-11
Autor:
Silvan Wyss
  • Methodendetails

    • getApplicationAsTarget

      IApplicationInstanceTarget getApplicationAsTarget()
      Gibt zurück:
      the application of the current IBackendClient as target.
    • getStoredApplicationService

      S getStoredApplicationService()
      Gibt zurück:
      the application service of the parent application of the current IBackendClient.