Uses of Class
org.eclipse.ditto.services.utils.akka.SimpleCommand
-
Packages that use SimpleCommand Package Description org.eclipse.ditto.services.utils.akka -
-
Uses of SimpleCommand in org.eclipse.ditto.services.utils.akka
Methods in org.eclipse.ditto.services.utils.akka that return SimpleCommand Modifier and Type Method Description static SimpleCommandSimpleCommand. fromJson(String jsonString)Creates a newSimpleCommandfrom a JSON string.static SimpleCommandSimpleCommand. fromJson(org.eclipse.ditto.json.JsonObject jsonObject)Creates a newSimpleCommandfrom a JSON object.static SimpleCommandSimpleCommand. of(String commandName, String correlationId, org.eclipse.ditto.json.JsonValue payload)Returns a newSimpleCommandinstance.
-