csw.params.commands.CommandResponse.Completed
See theCompleted companion object
case class Completed(runId: Id, result: Result) extends SubmitResponse, MatchingResponse
Represents a final positive response stating completion of command with no errors A result may be included or may be empty
Value parameters
- result
-
describing the result of completion if needed
- runId
-
of command for which this response is created
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MatchingResponsetrait SubmitResponsetrait CommandResponsetrait CommandSerializableclass Objecttrait Matchableclass Any
Members list
In this article