Schnittstelle ConnectionSideRequestable
- Alle bekannten Unterschnittstellen:
IBackendClient<S>,IClient
- Alle bekannten Implementierungsklassen:
AbstractBackendClient,AbstractClient,AbstractFrontendClient,AbstractWebClient,WebClient
public interface ConnectionSideRequestable
A
ConnectionSideRequestable can be requested if it is on back-end or
front-end.- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isOnBackend
boolean isOnBackend()- Gibt zurück:
- true if the current
ConnectionSideRequestableis on the back-end, false otherwise.
-
isOnFrontend
default boolean isOnFrontend()- Gibt zurück:
- true if the current
ConnectionSideRequestableis on the front-end, false otherwise.
-