ApplicationContext
.See: Description
Class | Description |
---|---|
RSocketPortInfoApplicationContextInitializer |
ApplicationContextInitializer that sets Environment properties for the
ports that RSocketServer servers are actually listening on. |
RSocketServerBootstrap |
Bootstrap an
RSocketServer and start it with the application context. |
RSocketServerInitializedEvent |
Event to be published after the application context is refreshed and the
RSocketServer is ready. |
Annotation Type | Description |
---|---|
LocalRSocketServerPort | Deprecated
since 2.7.0 for removal in 3.0.0 in favor of
org.springframework.boot.test.rsocket.LocalRSocketServerPort |
ApplicationContext
.