Package io.jmix.autoconfigure.ui.vaadin
Class VaadinAutoConfiguration
java.lang.Object
io.jmix.autoconfigure.ui.vaadin.VaadinAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(com.vaadin.spring.annotation.SpringUI.class)
public class VaadinAutoConfiguration
extends Object
- See Also:
 - 
EnableVaadin
 
- 
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.
 
 
 -