Uses of Class
dev.hilla.EndpointNameChecker
-
Packages that use EndpointNameChecker Package Description dev.hilla -
-
Uses of EndpointNameChecker in dev.hilla
Methods in dev.hilla that return EndpointNameChecker Modifier and Type Method Description EndpointNameCheckerEndpointControllerConfiguration. endpointNameChecker()Registers an endpoint name checker responsible for validating the endpoint names.Methods in dev.hilla with parameters of type EndpointNameChecker Modifier and Type Method Description EndpointRegistryEndpointControllerConfiguration. endpointRegistry(EndpointNameChecker endpointNameChecker)Registers the endpoint registry.Constructors in dev.hilla with parameters of type EndpointNameChecker Constructor Description EndpointRegistry(EndpointNameChecker endpointNameChecker)Creates a new registry using the given name checker.
-