Class RequestedCqrsQuery
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.DomainMessage
-
- io.naradrama.prologue.domain.cqrs.query.CqrsQuery
-
- io.naradrama.prologue.util.spacekeeper.filter.support.RequestedCqrsQuery
-
- All Implemented Interfaces:
CqrsExecutable,JsonSerializable
public class RequestedCqrsQuery extends CqrsQuery
-
-
Constructor Summary
Constructors Constructor Description RequestedCqrsQuery()
-
Method Summary
-
Methods inherited from class io.naradrama.prologue.domain.cqrs.query.CqrsQuery
checkWaitingTime, genRequestTimestamp, getFailureMessage, getQueryResult, setFailureMessage, setQueryResponse, setQueryResult, toJsonWithoutResult
-
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.domain.cqrs.CqrsExecutable
setTraceHeader
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-