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 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 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 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 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.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. -
Uses of RequestResult in io.fluxzero.sdk.common.websocket
Methods in io.fluxzero.sdk.common.websocket with type parameters of type RequestResultModifier and TypeMethodDescriptionprotected <R extends RequestResult>
CompletableFuture<R> protected <T extends RequestResult>
CompletableFuture<T> AbstractWebsocketClient.WebSocketRequest.send()protected <R extends RequestResult>
RAbstractWebsocketClient.sendAndWait(Request request) Methods in io.fluxzero.sdk.common.websocket with parameters of type RequestResultModifier and TypeMethodDescriptionprotected voidAbstractWebsocketClient.handleResult(RequestResult result, String batchId) -
Uses of RequestResult in io.fluxzero.testserver.websocket
Methods in io.fluxzero.testserver.websocket with parameters of type RequestResultModifier and TypeMethodDescriptionprotected voidWebsocketEndpoint.doSendResult(jakarta.websocket.Session session, RequestResult result) Method parameters in io.fluxzero.testserver.websocket with type arguments of type RequestResultModifier and TypeMethodDescriptionprotected voidWebsocketEndpoint.sendResultBatch(jakarta.websocket.Session session, List<RequestResult> results)