Uses of Interface
io.fluxcapacitor.common.api.RequestResult
Packages that use RequestResult
Package
Description
-
Uses of RequestResult in io.fluxcapacitor.common.api
Classes in io.fluxcapacitor.common.api that implement RequestResultModifier and TypeClassDescriptionclass
A generic response containing a boolean value, typically used to indicate success/failure.class
A generic error response returned when a request could not be completed successfully.class
A generic response containing a string value.class
A generic response indicating successful completion of a request without returning any payload. -
Uses of RequestResult in io.fluxcapacitor.common.api.eventsourcing
Classes in io.fluxcapacitor.common.api.eventsourcing that implement RequestResultModifier and TypeClassDescriptionclass
Response to aGetEvents
request, returning a batch of events for an aggregate. -
Uses of RequestResult in io.fluxcapacitor.common.api.keyvalue
Classes in io.fluxcapacitor.common.api.keyvalue that implement RequestResultModifier and TypeClassDescriptionclass
Response to aGetValue
request, returning the value associated with the given key. -
Uses of RequestResult in io.fluxcapacitor.common.api.modeling
Classes in io.fluxcapacitor.common.api.modeling that implement RequestResultModifier and TypeClassDescriptionclass
Response to aGetAggregateIds
request, returning a mapping of aggregate IDs to types.class
Response to aGetRelationships
request, containing all known relationships for a given entity ID. -
Uses of RequestResult in io.fluxcapacitor.common.api.scheduling
Classes in io.fluxcapacitor.common.api.scheduling that implement RequestResultModifier and TypeClassDescriptionclass
Response to aGetSchedule
request, containing the matchingSerializedSchedule
, if found. -
Uses of RequestResult in io.fluxcapacitor.common.api.search
Classes in io.fluxcapacitor.common.api.search that implement RequestResultModifier and TypeClassDescriptionclass
Result returned in response to aGetDocument
request.class
Response to aGetDocumentStats
request.class
Result returned for aGetFacetStats
request.class
Result of aGetSearchHistogram
request.class
The result of aSearchDocuments
request. -
Uses of RequestResult in io.fluxcapacitor.common.api.tracking
Classes in io.fluxcapacitor.common.api.tracking that implement RequestResultModifier and TypeClassDescriptionclass
Result of aClaimSegment
request.class
Response to aGetPosition
request, containing the current tracked position for a specific consumer andMessageType
.class
Result for aReadFromIndex
request.class
Result returned in response to aRead
request for a batch of messages. -
Uses of RequestResult in io.fluxcapacitor.javaclient.common.websocket
Methods in io.fluxcapacitor.javaclient.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.fluxcapacitor.javaclient.common.websocket with parameters of type RequestResultModifier and TypeMethodDescriptionprotected void
AbstractWebsocketClient.handleResult
(RequestResult result, String batchId) -
Uses of RequestResult in io.fluxcapacitor.testserver.websocket
Methods in io.fluxcapacitor.testserver.websocket with parameters of type RequestResultModifier and TypeMethodDescriptionprotected void
WebsocketEndpoint.doSendResult
(jakarta.websocket.Session session, RequestResult result) Method parameters in io.fluxcapacitor.testserver.websocket with type arguments of type RequestResultModifier and TypeMethodDescriptionprotected void
WebsocketEndpoint.sendResultBatch
(jakarta.websocket.Session session, List<RequestResult> results)