如何使用Spring Reactive WebSocket并将其转换为Flux流?

时间:2017-11-01 23:26:32

标签: spring-websocket spring-webflux

Spring documentation上有一些function ex_substr($char) { $title= get_the_excerpt($post->ID); $title= strip_tags(substr($title,0,$char)); echo $title."..."; } 示例:

WebSocketClient

我不确定如何处理数据流? 在该区块内WebSocketClient client = new ReactorNettyWebSocketClient(); client.execute("ws://localhost:8080/echo"), session -> {...}).blockMillis(5000);

我的意思是:如何过滤传入的数据并将其转换为Flux?

这是我想要的。

{...}

0 个答案:

没有答案