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.flow.server.connect.
Class EndpointRegistry
- java.lang.Object
-
- com.vaadin.flow.server.connect.EndpointRegistry
-
public class EndpointRegistry extends Object
Keeps track of registered endpoints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
EndpointRegistry.VaadinEndpointData
Tracks methods inside a given endpoint class.
-
Constructor Summary
Constructors Constructor and Description EndpointRegistry(EndpointNameChecker endpointNameChecker)
Creates a new registry using the given name checker.
-
-
-
Constructor Detail
-
EndpointRegistry
public EndpointRegistry(EndpointNameChecker endpointNameChecker)
Creates a new registry using the given name checker.
Parameters:
endpointNameChecker
- the endpoint name checker to verify custom Vaadin endpoint names
-
-