Example usage for org.springframework.web.socket.config.annotation WebSocketMessageBrokerConfigurer interface-usage

List of usage examples for org.springframework.web.socket.config.annotation WebSocketMessageBrokerConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.config.annotation WebSocketMessageBrokerConfigurer interface-usage.

Usage

From source file com.cb.config.WebSocketConfig.java

/**
 *
 * @author Cipri
 *
 * Defines methods for configuring message handling with simple messaging
 * protocols (e.g. STOMP) from WebSocket clients. Typically used to customize

From source file at.ac.tuwien.infosys.configuration.WebSocketConfiguration.java

@Configuration
@EnableWebSocketMessageBroker
public class WebSocketConfiguration implements WebSocketMessageBrokerConfigurer {

    @Override
    public void registerStompEndpoints(final StompEndpointRegistry registry) {