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