Uses of Class
dev.hilla.EndpointInvoker
-
Packages that use EndpointInvoker Package Description dev.hilla dev.hilla.push -
-
Uses of EndpointInvoker in dev.hilla
Methods in dev.hilla that return EndpointInvoker Modifier and Type Method Description EndpointInvokerEndpointControllerConfiguration. endpointInvoker(org.springframework.context.ApplicationContext applicationContext, com.fasterxml.jackson.databind.ObjectMapper vaadinEndpointMapper, ExplicitNullableTypeChecker explicitNullableTypeChecker, javax.servlet.ServletContext servletContext, EndpointRegistry endpointRegistry)Registers the endpoint invoker.Constructors in dev.hilla with parameters of type EndpointInvoker Constructor Description EndpointController(org.springframework.context.ApplicationContext context, EndpointRegistry endpointRegistry, EndpointInvoker endpointInvoker, CsrfChecker csrfChecker)A constructor used to initialize the controller. -
Uses of EndpointInvoker in dev.hilla.push
Constructors in dev.hilla.push with parameters of type EndpointInvoker Constructor Description PushMessageHandler(EndpointInvoker endpointInvoker)Creates the instance.
-