Uses of Class
org.eclipse.ditto.services.utils.akka.streaming.StreamAck
-
Packages that use StreamAck Package Description org.eclipse.ditto.services.utils.akka.streaming -
-
Uses of StreamAck in org.eclipse.ditto.services.utils.akka.streaming
Methods in org.eclipse.ditto.services.utils.akka.streaming that return StreamAck Modifier and Type Method Description static StreamAckStreamAck. failure(String elementId)Create an failure ack.static StreamAckStreamAck. fromJson(org.eclipse.ditto.json.JsonObject jsonObject)Creates a newStreamAckfrom a JSON object.static StreamAckStreamAck. success(String elementId)Create an successful ack.
-