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