Class CqrsBaseQuery<T>
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.DomainMessage
-
- io.naradrama.prologue.domain.cqrs.query.CqrsQuery<T>
-
- io.naradrama.prologue.domain.cqrs.query.CqrsBaseQuery<T>
-
- All Implemented Interfaces:
CqrsExecutable,JsonSerializable
- Direct Known Subclasses:
SampleCustomerBaseQuery
public abstract class CqrsBaseQuery<T> extends CqrsQuery<T>
-
-
Constructor Summary
Constructors Constructor Description CqrsBaseQuery()CqrsBaseQuery(TraceHeader traceHeader)
-
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
-
-
-
-
Constructor Detail
-
CqrsBaseQuery
public CqrsBaseQuery()
-
CqrsBaseQuery
public CqrsBaseQuery(TraceHeader traceHeader)
-
-