Class VertxWebSocketClient

  • All Implemented Interfaces:
    org.springframework.web.reactive.socket.client.WebSocketClient

    public class VertxWebSocketClient
    extends Object
    implements org.springframework.web.reactive.socket.client.WebSocketClient
    • Constructor Detail

      • VertxWebSocketClient

        public VertxWebSocketClient​(io.vertx.core.Vertx vertx)
      • VertxWebSocketClient

        public VertxWebSocketClient​(io.vertx.core.Vertx vertx,
                                    io.vertx.core.http.HttpClientOptions options)
    • Method Detail

      • execute

        public reactor.core.publisher.Mono<Void> execute​(URI uri,
                                                         org.springframework.web.reactive.socket.WebSocketHandler handler)
        Specified by:
        execute in interface org.springframework.web.reactive.socket.client.WebSocketClient
      • execute

        public reactor.core.publisher.Mono<Void> execute​(URI uri,
                                                         org.springframework.http.HttpHeaders headers,
                                                         org.springframework.web.reactive.socket.WebSocketHandler handler)
        Specified by:
        execute in interface org.springframework.web.reactive.socket.client.WebSocketClient