Interface ConnectionSideRequestable
- All Known Subinterfaces:
IBackendClient<S>, IClient
- All Known Implementing Classes:
AbstractBackendClient, AbstractClient, AbstractFrontendClient, AbstractWebClient, WebClient
public interface ConnectionSideRequestable
A
ConnectionSideRequestable can be requested if it is on back-end or
front-end.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isOnBackend
boolean isOnBackend()- Returns:
- true if the current
ConnectionSideRequestableis on the back-end, false otherwise.
-
isOnFrontend
default boolean isOnFrontend()- Returns:
- true if the current
ConnectionSideRequestableis on the front-end, false otherwise.
-