Uses of Class
io.fluxzero.common.api.AbstractRequestResult
Packages that use AbstractRequestResult
Package
Description
-
Uses of AbstractRequestResult in io.fluxzero.common.api
Subclasses of AbstractRequestResult in io.fluxzero.common.apiModifier and TypeClassDescriptionclassA generic response containing a boolean value, typically used to indicate success/failure.classA generic error response returned when a request could not be completed successfully.classA generic response containing a string value.classA generic response indicating successful completion of a request without returning any payload. -
Uses of AbstractRequestResult in io.fluxzero.common.api.eventsourcing
Subclasses of AbstractRequestResult in io.fluxzero.common.api.eventsourcingModifier and TypeClassDescriptionclassResponse to aGetEventsrequest, returning a batch of events for an aggregate. -
Uses of AbstractRequestResult in io.fluxzero.common.api.keyvalue
Subclasses of AbstractRequestResult in io.fluxzero.common.api.keyvalueModifier and TypeClassDescriptionclassResponse to aGetValuerequest, returning the value associated with the given key. -
Uses of AbstractRequestResult in io.fluxzero.common.api.modeling
Subclasses of AbstractRequestResult in io.fluxzero.common.api.modelingModifier and TypeClassDescriptionclassResponse to aGetAggregateIdsrequest, returning a mapping of aggregate IDs to types.classResponse to aGetRelationshipsrequest, containing all known relationships for a given entity ID. -
Uses of AbstractRequestResult in io.fluxzero.common.api.scheduling
Subclasses of AbstractRequestResult in io.fluxzero.common.api.schedulingModifier and TypeClassDescriptionclassResponse to aGetSchedulerequest, containing the matchingSerializedSchedule, if found. -
Uses of AbstractRequestResult in io.fluxzero.common.api.search
Subclasses of AbstractRequestResult in io.fluxzero.common.api.searchModifier and TypeClassDescriptionclassResult returned in response to aGetDocumentrequest.classResult returned in response to aGetDocumentsrequest.classResponse to aGetDocumentStatsrequest.classResult returned for aGetFacetStatsrequest.classResult of aGetSearchHistogramrequest.classThe result of aSearchDocumentsrequest. -
Uses of AbstractRequestResult in io.fluxzero.common.api.tracking
Subclasses of AbstractRequestResult in io.fluxzero.common.api.trackingModifier and TypeClassDescriptionclassResult of aClaimSegmentrequest.classResponse to aGetPositionrequest, containing the current tracked position for a specific consumer andMessageType.classResult for aReadFromIndexrequest.classResult returned in response to aReadrequest for a batch of messages.