Uses of Class
dev.hilla.EndpointInvoker
Packages that use EndpointInvoker
-
Uses of EndpointInvoker in dev.hilla
Constructors in dev.hilla with parameters of type EndpointInvokerModifierConstructorDescriptionEndpointController(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 EndpointInvokerModifierConstructorDescriptionPushMessageHandler(EndpointInvoker endpointInvoker) Creates the instance.