RSocketServerBootstrap

Bootstrap an RSocketServer and start it with the application context.

Author

Brian Clozel

Since

2.2.0

Constructors

Link copied to clipboard
constructor(serverFactory: RSocketServerFactory, socketAcceptor: SocketAcceptor)

Properties

Link copied to clipboard
val DEFAULT_PHASE: Int = 2147483647

Functions

Link copied to clipboard
open fun getPhase(): Int
Link copied to clipboard
Link copied to clipboard
open fun isRunning(): Boolean
Link copied to clipboard
open fun setApplicationEventPublisher(applicationEventPublisher: ApplicationEventPublisher)
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun stop()
open fun stop(callback: Runnable)