All Classes and Interfaces
Class
Description
Annotation used for marking Lowcoder endpoints.
Provides basic information required for registering an endpoint in Lowcoder.
Provides basic information required for registering an endpoint in Lowcoder.
HTTP request data definition
HTTP response data definition.
Interface for events transmitted by Lowcoder.
Type of event action.
Events generated by Lowcoder.
Type of event.
Interface to be implemented by all Lowcoder plugins.
Shared context which allows plugins to access services from Lowcoder main application
All classes implementing an endpoint for Lowcoder need to implement this interface.
Method used in
For example:
EndpointExtension for specifying endpoint method.For example:
@EndpointExtension(uri = "/navigation", method = Method.GET)