Uses of Interface
io.fluxzero.common.api.RequestResult
Packages that use RequestResult
Package
Description
-
Uses of RequestResult in io.fluxzero.common.api
Classes in io.fluxzero.common.api that implement RequestResultModifier and TypeClassDescriptionclassBase implementation for built-inRequestResulttypes.classA 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 RequestResult in io.fluxzero.common.api.eventsourcing
Classes in io.fluxzero.common.api.eventsourcing that implement RequestResultModifier and TypeClassDescriptionclassResponse to aGetEventsrequest, returning a batch of events for an aggregate. -
Uses of RequestResult in io.fluxzero.common.api.keyvalue
Classes in io.fluxzero.common.api.keyvalue that implement RequestResultModifier and TypeClassDescriptionclassResponse to aGetValuerequest, returning the value associated with the given key. -
Uses of RequestResult in io.fluxzero.common.api.modeling
Classes in io.fluxzero.common.api.modeling that implement RequestResultModifier 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.Methods in io.fluxzero.common.api.modeling that return RequestResultModifier and TypeMethodDescriptionstatic RequestResultModelCommitWireCodec.compactAcceptedResult(long requestId, long stateIndex, Long eventIndex, long sequenceNumber, boolean historyComplete) Creates the compact transport form of an accepted single-target result without the durable commit and model identities owned by its correlated request.static RequestResultModelCommitWireCodec.restoreResultContext(RequestResult candidate, CommitModels request) Completes a compact decoded result with identities owned by its correlated request.Methods in io.fluxzero.common.api.modeling with parameters of type RequestResultModifier and TypeMethodDescriptionstatic booleanModelCommitWireCodec.isCompactResult(RequestResult candidate) Returns whether a result can use the compact single-target wire representation.static booleanModelCommitWireCodec.requiresRequestContext(RequestResult candidate) Returns whether a decoded transport result still needs its correlated request context.static RequestResultModelCommitWireCodec.restoreResultContext(RequestResult candidate, CommitModels request) Completes a compact decoded result with identities owned by its correlated request. -
Uses of RequestResult in io.fluxzero.common.api.scheduling
Classes in io.fluxzero.common.api.scheduling that implement RequestResultModifier and TypeClassDescriptionclassResponse to aGetSchedulerequest, containing the matchingSerializedSchedule, if found. -
Uses of RequestResult in io.fluxzero.common.api.search
Classes in io.fluxzero.common.api.search that implement RequestResultModifier 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 RequestResult in io.fluxzero.common.api.tracking
Classes in io.fluxzero.common.api.tracking that implement RequestResultModifier 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.