Class CqrsClient
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.DomainMessage
-
- io.naradrama.prologue.domain.cqrs.client.CqrsClient
-
- All Implemented Interfaces:
JsonSerializable
public abstract class CqrsClient extends DomainMessage
-
-
Constructor Summary
Constructors Constructor Description CqrsClient()CqrsClient(TraceHeader traceHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenRequestTimestamp()FailureMessagegetFailureMessage()voidsetCommandResponse(CommandResponse commandResponse)voidsetFailureMessage(FailureMessage failureMessage)-
Methods inherited from class io.naradrama.prologue.domain.cqrs.DomainMessage
toPayload, toPayloadClassName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Constructor Detail
-
CqrsClient
public CqrsClient()
-
CqrsClient
public CqrsClient(TraceHeader traceHeader)
-
-
Method Detail
-
setCommandResponse
public void setCommandResponse(CommandResponse commandResponse)
-
genRequestTimestamp
public java.lang.String genRequestTimestamp()
-
setFailureMessage
public void setFailureMessage(FailureMessage failureMessage)
-
getFailureMessage
public FailureMessage getFailureMessage()
-
-