Uses of Class
io.fluxzero.common.api.Command
Packages that use Command
Package
Description
-
Uses of Command in io.fluxzero.common.api.eventsourcing
Subclasses of Command 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. -
Uses of Command in io.fluxzero.common.api.keyvalue
Subclasses of Command in io.fluxzero.common.api.keyvalueModifier and TypeClassDescriptionclassCommand to delete a value from the legacy key-value store by key.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 Command in io.fluxzero.common.api.modeling
Subclasses of Command in io.fluxzero.common.api.modelingModifier and TypeClassDescriptionclassCommand 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 Command in io.fluxzero.common.api.publishing
Subclasses of Command 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 Command in io.fluxzero.common.api.scheduling
Subclasses of Command in io.fluxzero.common.api.schedulingModifier and TypeClassDescriptionclassCommand to cancel a previously scheduled message using itsCancelSchedule.scheduleId.classCommand to schedule a batch of messages for future delivery. -
Uses of Command in io.fluxzero.common.api.search
Subclasses of Command 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.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. -
Uses of Command in io.fluxzero.common.api.tracking
Subclasses of Command in io.fluxzero.common.api.trackingModifier and TypeClassDescriptionclassCommand used to explicitly disconnect a tracker from the Fluxzero Runtime and release any claimed message segments.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 Command in io.fluxzero.sdk.common.websocket
Methods in io.fluxzero.sdk.common.websocket with parameters of type CommandModifier and TypeMethodDescriptionprotected CompletableFuture<Void> AbstractWebsocketClient.sendCommand(Command command)
StoreValuesinstead.