Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.command.factory
/
CommandMessageFactory
Command
Message
Factory
interface
CommandMessageFactory
Inheritors
SimpleCommandMessageFactory
Members
Functions
create
Link copied to clipboard
open
fun
<
TARGET
:
Any
>
create
(
body
:
Any
)
:
Mono
<
CommandMessage
<
TARGET
>
>
abstract
fun
<
TARGET
:
Any
>
create
(
commandBuilder
:
CommandBuilder
)
:
Mono
<
CommandMessage
<
TARGET
>
>
Create a CommandMessage from a CommandBuilder