Interface IBackendClient<S>

Type Parameters:
S - is the type of the application service of the parent application of a IBackendClient.
All Superinterfaces:
AutoCloseable, Closeable, CloseStateRequestable, ConnectionSideRequestable, GroupCloseable, IClient, ISecuriyModeHolder
All Known Implementing Classes:
AbstractBackendClient, AbstractWebClient, WebClient

public interface IBackendClient<S> extends IClient
Author:
Silvan Wyss
  • Method Details

    • getApplicationAsTarget

      IApplicationInstanceTarget getApplicationAsTarget()
      Returns:
      the application of the current IBackendClient as target.
    • getStoredApplicationService

      S getStoredApplicationService()
      Returns:
      the application service of the parent application of the current IBackendClient.