toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.rsocket.context
/
RSocketServerBootstrap
RSocket
Server
Bootstrap
open
class
RSocketServerBootstrap
:
ApplicationEventPublisherAware
,
SmartLifecycle
Bootstrap an
RSocketServer
and start it with the application context.
Author
Brian Clozel
Since
2.2.0
Members
Constructors
RSocket
Server
Bootstrap
Link copied to clipboard
constructor
(
serverFactory
:
RSocketServerFactory
,
socketAcceptor
:
SocketAcceptor
)
Properties
DEFAULT_PHASE
Link copied to clipboard
val
DEFAULT_PHASE
:
Int
=
2147483647
Functions
get
Phase
Link copied to clipboard
open
fun
getPhase
(
)
:
Int
is
Auto
Startup
Link copied to clipboard
open
fun
isAutoStartup
(
)
:
Boolean
is
Running
Link copied to clipboard
open
fun
isRunning
(
)
:
Boolean
set
Application
Event
Publisher
Link copied to clipboard
open
fun
setApplicationEventPublisher
(
applicationEventPublisher
:
ApplicationEventPublisher
)
start
Link copied to clipboard
open
fun
start
(
)
stop
Link copied to clipboard
open
fun
stop
(
)
open
fun
stop
(
callback
:
Runnable
)