Package | Description |
---|---|
org.springframework.boot.rsocket.context | |
org.springframework.boot.rsocket.netty | |
org.springframework.boot.rsocket.server |
Modifier and Type | Method and Description |
---|---|
RSocketServer |
RSocketServerInitializedEvent.getrSocketServer()
Access the
RSocketServer . |
RSocketServer |
RSocketServerInitializedEvent.getSource()
Access the source of the event (an
RSocketServer ). |
Constructor and Description |
---|
RSocketServerInitializedEvent(RSocketServer rSocketServer) |
Modifier and Type | Class and Description |
---|---|
class |
NettyRSocketServer
RSocketServer that is based on a Reactor Netty server. |
Modifier and Type | Method and Description |
---|---|
RSocketServer |
RSocketServerFactory.create(io.rsocket.SocketAcceptor socketAcceptor)
Gets a new fully configured but paused
RSocketServer instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.