Package dev.hilla.push
Class PushConfigurer
- java.lang.Object
-
- dev.hilla.push.PushConfigurer
-
@Configuration public class PushConfigurer extends Object
Defines the beans needed for push in Hilla.
-
-
Constructor Summary
Constructors Constructor Description PushConfigurer(EndpointProperties endpointProperties)Initializes the configuration for reactive endpoints.
-
-
-
Constructor Detail
-
PushConfigurer
public PushConfigurer(EndpointProperties endpointProperties)
Initializes the configuration for reactive endpoints.- Parameters:
endpointProperties- Hilla endpoint properties
-
-