All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yeauty.annotation.NettyWebSocketSelector Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
package org.yeauty.annotation;

import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.yeauty.standard.ServerEndpointExporter;

@ConditionalOnMissingBean(ServerEndpointExporter.class)
@Configuration
public class NettyWebSocketSelector {

    @Bean
    public ServerEndpointExporter serverEndpointExporter22() {
        return new ServerEndpointExporter();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy