Uses of Class
io.gs2.cdk.chat.model.options.NamespaceOptions
Packages that use NamespaceOptions
-
Uses of NamespaceOptions in io.gs2.cdk.chat.model
Constructors in io.gs2.cdk.chat.model with parameters of type NamespaceOptions -
Uses of NamespaceOptions in io.gs2.cdk.chat.model.options
Methods in io.gs2.cdk.chat.model.options that return NamespaceOptionsModifier and TypeMethodDescriptionNamespaceOptions.withAllowCreateRoom(Boolean allowCreateRoom) NamespaceOptions.withCreateRoomScript(ScriptSetting createRoomScript) NamespaceOptions.withDeleteRoomScript(ScriptSetting deleteRoomScript) NamespaceOptions.withDescription(String description) NamespaceOptions.withLogSetting(LogSetting logSetting) NamespaceOptions.withPostMessageScript(ScriptSetting postMessageScript) NamespaceOptions.withPostNotification(NotificationSetting postNotification) NamespaceOptions.withSubscribeRoomScript(ScriptSetting subscribeRoomScript) NamespaceOptions.withUnsubscribeRoomScript(ScriptSetting unsubscribeRoomScript)