We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.
Package com.vaadin.hilla
Class EndpointRegistry
java.lang.Object
com.vaadin.hilla.EndpointRegistry
Keeps track of registered endpoints.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Tracks methods inside a given endpoint class.
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointRegistry
(EndpointNameChecker endpointNameChecker) Creates a new registry using the given name checker.
-
Method Summary
Modifier and TypeMethodDescriptionGets all registered endpoints.
-
Constructor Details
-
EndpointRegistry
Creates a new registry using the given name checker.
Parameters:
endpointNameChecker
- the endpoint name checker to verify custom Vaadin endpoint names
-
-
Method Details
-
getEndpoints
Gets all registered endpoints.
Returns:
a map of endpoint names to endpoint data
-