ClientService

open class ClientService(brokerApiClient: BrokerApiClient)

Functions

addAclRules
Link copied to clipboard
fun addAclRules(vararg aclRule: AclRule): ClientActionResult
deleteAclRules
Link copied to clipboard
fun deleteAclRules(clientId: String, topic: String): ClientActionResult
registerClient
Link copied to clipboard
fun registerClient(clientId: String, password: String, vararg aclRule: AclRule): ClientActionResult
unregisterClient
Link copied to clipboard
fun unregisterClient(clientId: String): ClientActionResult