com.vaadin.hilla.

Class EndpointRegistry

java.lang.Object
com.vaadin.hilla.EndpointRegistry
@Component public class EndpointRegistry extends Object

Keeps track of registered endpoints.

  • Constructor Details

    • 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

  • Method Details