hub
1.0.0-Alpha4-dev10
jvm
hub-server-workhorse
/
org.msensis.imahub.workhorse.api
/
AccountRSocketController
/
addAccount
add
Account
@
MessageMapping
(
value
=
[
"add"
]
)
suspend
fun
addAccount
(
@
Payload
account
:
ByteArray
,
@
DestinationVariable
client
:
String
)
:
RSocketResponse
Deprecated in favor of registerAccount.