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 |
Annotation at the field or method/constructor parameter level that injects the RSocket
port that got allocated at runtime.
|
ApplicationContext
.