Package com.vaadin.spring.boot
Class VaadinAutoConfiguration
java.lang.Object
com.vaadin.spring.boot.VaadinAutoConfiguration
@Configuration
@ConditionalOnClass(com.vaadin.spring.annotation.SpringUI.class)
public class VaadinAutoConfiguration
extends Object
- Author:
- Petter Holmström (petter@vaadin.com), Josh Long (josh@joshlong.com), Henri Sara (hesara@vaadin.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.socket.server.standard.ServerEndpointExporterDeploys JSR-356 websocket endpoints when Atmosphere is available.
-
Constructor Details
-
VaadinAutoConfiguration
public VaadinAutoConfiguration()
-
-
Method Details
-
websocketEndpointDeployer
@Bean public org.springframework.web.socket.server.standard.ServerEndpointExporter websocketEndpointDeployer()Deploys JSR-356 websocket endpoints when Atmosphere is available.- Returns:
- the server endpoint exporter which does the actual work.
-