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