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
-