csw.command.client.CommandResponseManager
See theCommandResponseManager companion class
object CommandResponseManager
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
case class OverallFailure(responses: Set[SubmitResponse]) extends OverallResponse
Indicates that at least one of the responses ended with a negative response
Indicates that at least one of the responses ended with a negative response
Value parameters
- responses
-
the set of responses
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OverallResponseclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class OverallFailureclass OverallSuccess
case class OverallSuccess(responses: Set[SubmitResponse]) extends OverallResponse
Indicates that all responses included completed successfully.
Indicates that all responses included completed successfully.
Value parameters
- responses
-
the set of responses
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OverallResponseclass Objecttrait Matchableclass AnyShow all
In this article