MatchingResponse

csw.params.commands.CommandResponse.MatchingResponse
sealed trait MatchingResponse extends CommandResponse

MatchingResponse is returned by matchers. Responses returned can be Invalid, Completed, Error, Locked

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Completed
class Error
class Invalid
class Locked

Members list

Value members

Inherited and Abstract methods

def runId: Id

A helper method to get the runId for this command response

A helper method to get the runId for this command response

Attributes

Returns

the runId of command for which this response is created

Inherited from:
CommandResponse