Interface ExternalServerBuilderSetting
- All Superinterfaces:
AttrOptionDynamic
- All Known Implementing Classes:
ExternalServerBuilder
ExternalCoreSetting
- Author:
- 渔民小镇
- date:
- 2023-05-05
-
Method Summary
Modifier and TypeMethodDescriptionUserSessions<?, ?> voidsetMicroBootstrap(MicroBootstrap microBootstrap) voidsetMicroBootstrapFlow(MicroBootstrapFlow<?> microBootstrapFlow) voidsetUserSessions(UserSessions<?, ?> userSessions) Methods inherited from interface AttrOptionDynamic
getOptions, ifNull, ifPresent, option, option, optionValue
-
Method Details
-
getMicroBootstrapFlow
MicroBootstrapFlow<?> getMicroBootstrapFlow() -
setMicroBootstrapFlow
-
getUserSessions
UserSessions<?,?> getUserSessions() -
setUserSessions
-
getMicroBootstrap
MicroBootstrap getMicroBootstrap() -
setMicroBootstrap
-
getIdleProcessSettingBuilder
IdleProcessSettingBuilder getIdleProcessSettingBuilder()
-