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.hilla.signals.config.
Package com.vaadin.hilla.signals.config
Class SignalsConfiguration
java.lang.Object
com.vaadin.hilla.signals.config.SignalsConfiguration
Spring beans configuration for signals.
-
Constructor Summary
ConstructorsConstructorDescriptionSignalsConfiguration
(EndpointInvoker endpointInvoker, com.fasterxml.jackson.databind.ObjectMapper hillaEndpointObjectMapper) -
Method Summary
Modifier and TypeMethodDescriptionsignalsHandler
(SecureSignalsRegistry signalsRegistry) Initializes the SignalsHandler endpoint when the fullstackSignals feature flag is enabled.
Initializes the SignalsRegistry bean when the fullstackSignals feature flag is enabled.
-
Constructor Details
-
SignalsConfiguration
public SignalsConfiguration(EndpointInvoker endpointInvoker, @Qualifier("hillaEndpointObjectMapper") com.fasterxml.jackson.databind.ObjectMapper hillaEndpointObjectMapper)
-
-
Method Details
-
signalsRegistry
Initializes the SignalsRegistry bean when the fullstackSignals feature flag is enabled.
Returns:
SignalsRegistry bean instance
-
signalsHandler
@Bean public SignalsHandler signalsHandler(@Autowired(required=false) SecureSignalsRegistry signalsRegistry) Initializes the SignalsHandler endpoint when the fullstackSignals feature flag is enabled.
Returns:
SignalsHandler endpoint instance
-