OnewayResponse

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

OnewayResponse is returned by Oneway message which calls the onOneway handler Responses returned can be Accepted, Invalid, Locked

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Accepted
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