Uses of Class
io.fluxcapacitor.common.api.Request
Packages that use Request
Package
Description
-
Uses of Request in io.fluxcapacitor.common.api
Subclasses of Request in io.fluxcapacitor.common.apiModifier and TypeClassDescriptionclass
Base class for commands sent to the Flux platform. -
Uses of Request in io.fluxcapacitor.common.api.eventsourcing
Subclasses of Request in io.fluxcapacitor.common.api.eventsourcingModifier and TypeClassDescriptionclass
Command used to append one or more event batches to the event store.class
Command to permanently delete all events associated with a specific aggregate ID.class
A request to fetch stored events for a specific aggregate in an event-sourced system. -
Uses of Request in io.fluxcapacitor.common.api.keyvalue
Subclasses of Request in io.fluxcapacitor.common.api.keyvalueModifier and TypeClassDescriptionclass
Command to delete a value from the legacy key-value store by key.class
Request to retrieve a value from the legacy key-value store.class
Stores a key-value pair only if the specified key does not already exist in the key-value store.class
Legacy API: This command stores key-value pairs in the legacy key-value store mechanism.class
Deprecated. -
Uses of Request in io.fluxcapacitor.common.api.modeling
Subclasses of Request in io.fluxcapacitor.common.api.modelingModifier and TypeClassDescriptionclass
Request to retrieve all aggregate identifiers associated with a given entity ID.class
Request to retrieve all aggregate relationships for a given entity ID.class
Command to repair or re-index the relationships for an existing aggregate.class
Command to inform the Flux platform about changes in entity-aggregate relationships. -
Uses of Request in io.fluxcapacitor.common.api.publishing
Subclasses of Request in io.fluxcapacitor.common.api.publishingModifier and TypeClassDescriptionclass
Command to publish messages to a specific log in Flux (e.g., commands, events, metrics, etc.).class
Command to set or update the retention period for a message log in the Flux platform. -
Uses of Request in io.fluxcapacitor.common.api.scheduling
Subclasses of Request in io.fluxcapacitor.common.api.schedulingModifier and TypeClassDescriptionclass
Command to cancel a previously scheduled message using itsCancelSchedule.scheduleId
.class
Request to retrieve a scheduled message by itsGetSchedule.scheduleId
.class
Command to schedule a batch of messages for future delivery. -
Uses of Request in io.fluxcapacitor.common.api.search
Subclasses of Request in io.fluxcapacitor.common.api.searchModifier and TypeClassDescriptionclass
Command to perform a batch update of documents in the search/document store.class
Command to configure to use a search collection as a searchable audit trail.class
Command to delete an entire search collection, removing all documents within it.class
Command to delete a single document from the search store by its collection and ID.class
Command to delete documents from the search store based on a search query.class
Request to fetch a single document from the search store by ID and collection.class
Request to compute statistics on documents that match a givenSearchQuery
.class
Request to retrieve aggregated counts for allfacet
fields across documents matching the givenSearchQuery
.class
Request to compute a time-based histogram over documents that match a given query.class
A request to check whether a document exists in a given collection.class
Command used to index a collection ofSerializedDocument
instances in the search store.class
Request used to perform a search over documents indexed in the Flux search store. -
Uses of Request in io.fluxcapacitor.common.api.tracking
Subclasses of Request in io.fluxcapacitor.common.api.trackingModifier and TypeClassDescriptionclass
A request to claim a message segment for consumption in client-controlled tracking mode.class
Command used to explicitly disconnect a tracker from the Flux platform and release any claimed message segments.class
class
Command to read a batch of messages from the Flux platform for a given consumer and tracker.class
Request to fetch a batch of messages from a given log starting from a given index.class
Command to forcibly reset the tracked position for a given consumer and message type.class
Command sent to the Flux platform to update the tracked position for a specific consumer and segment range. -
Uses of Request in io.fluxcapacitor.javaclient.common.websocket
Methods in io.fluxcapacitor.javaclient.common.websocket with parameters of type RequestModifier and TypeMethodDescriptionprotected <R extends RequestResult>
CompletableFuture<R> protected <R extends RequestResult>
RAbstractWebsocketClient.sendAndWait
(Request request)
StoreValues
instead.