Interface BackendClient<S>

Type Parameters:
S - the type of the application service of the parent application of a BackendClient.
All Superinterfaces:
AutoCloseable, Client, Closeable, GroupCloseable, OpennessRequestable, SecurityModeHolder
All Known Implementing Classes:
AbstractBackendClient, AbstractWebClient, WebClient

public interface BackendClient<S> extends Client
Author:
Silvan Wyss
  • Method Details

    • getApplicationAsTarget

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

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