Uses of Class
org.eclipse.ditto.services.utils.akka.streaming.StreamAck.Status
-
Packages that use StreamAck.Status Package Description org.eclipse.ditto.services.utils.akka.streaming -
-
Uses of StreamAck.Status in org.eclipse.ditto.services.utils.akka.streaming
Methods in org.eclipse.ditto.services.utils.akka.streaming that return StreamAck.Status Modifier and Type Method Description static StreamAck.StatusStreamAck.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamAck.Status[]StreamAck.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-