Klasse BackendClient<BC extends BackendClient<BC,AC>,AC>

java.lang.Object
ch.nolix.system.application.main.Client<BC>
ch.nolix.system.application.main.BackendClient<BC,AC>
Typparameter:
BC - is the type of a BackendClient.
AC - is the type of the context of the parent Application of a BackendClient.
Alle implementierten Schnittstellen:
Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
Bekannte direkte Unterklassen:
BaseWebClient

public abstract class BackendClient<BC extends BackendClient<BC,AC>,AC> extends Client<BC>
Version:
2022-03-18
Autor:
Silvan Wyss