Klasse AbstractBackendClient<C extends AbstractBackendClient<C,S>,S>

java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractBackendClient<C,S>
Typparameter:
C - is the type of a AbstractBackendClient.
S - is the type of the context of the parent Application of a AbstractBackendClient.
Alle implementierten Schnittstellen:
Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
Bekannte direkte Unterklassen:
AbstractWebClient

public abstract class AbstractBackendClient<C extends AbstractBackendClient<C,S>,S> extends AbstractClient<C>
Version:
2022-03-18
Autor:
Silvan Wyss