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