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 TypeClassDescriptionclassResult of an accepted, rebase-requested, or conflict-rejectedCommitModels.classResponse to aGetAggregateIdsrequest, returning a mapping of aggregate IDs to types.classDurable target identities and types for one model-commit substep.classModel heads and stream memberships observed at one pinnedGetModelEventsResult.stateIndex.classTemporal graph edges and one model-event page observed at the same pinned state boundary.classResponse to aGetRelationshipsrequest, containing all known relationships for a given entity ID.classBounded dry-run result for one explicit independent-model hard deletion.classCompleted result of an idempotent independent-model hard deletion.classCurrent progress of one asynchronous materialized graph projection.classOne bounded page of model-commit updates returned byTrackModelUpdates. -
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.classProduction and staged state for an application-verified direct Model migration.classA bounded batch of durable heads from the otherwise invisible Model-migration staging area.classResponse to aGetSearchCollectionsrequest.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.