org.kubinity.soap.client.command.MiscCommand.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soap-client Show documentation
Show all versions of soap-client Show documentation
Kubinity SOAP Client to communicate with TrinityCore SOAP Server
The newest version!
package org.kubinity.soap.client.command
class MiscCommand private constructor() {
companion object {
fun notify(message: String): Command {
return Command("notify $message");
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy