Uses of Class
io.fluxzero.sdk.common.AbstractNamespaced
Packages that use AbstractNamespaced
Package
Description
-
Uses of AbstractNamespaced in io.fluxzero.proxy
Subclasses of AbstractNamespaced in io.fluxzero.proxy -
Uses of AbstractNamespaced in io.fluxzero.sdk.configuration.client
Subclasses of AbstractNamespaced in io.fluxzero.sdk.configuration.clientModifier and TypeClassDescriptionclassAbstract base implementation of theClientinterface, providing shared logic and lifecycle management for both local (in-memory) and remote (WebSocket-based) Fluxzero clients.classAn in-memoryClientimplementation used for local development, testing, or isolated environments where no connection to the Fluxzero Runtime is required.classAClientimplementation that connects to the Fluxzero Runtime using WebSocket connections. -
Uses of AbstractNamespaced in io.fluxzero.sdk.modeling
Subclasses of AbstractNamespaced in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionclassA batching wrapper forHandlerRepositorythat delays persistence operations until the end of the current message batch.classDefault implementation ofHandlerRepository, backed by aDocumentStore. -
Uses of AbstractNamespaced in io.fluxzero.sdk.persisting.eventsourcing
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.eventsourcingModifier and TypeClassDescriptionclassDefault implementation of theEventStoreinterface, providing mechanisms to store and retrieve events associated with aggregate instances.classDefault implementation of theSnapshotStoreinterface. -
Uses of AbstractNamespaced in io.fluxzero.sdk.persisting.keyvalue
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.keyvalueModifier and TypeClassDescriptionclassThe default implementation of theKeyValueStoreinterface that provides operations for storing, retrieving, and deleting key-value pairs using aKeyValueClientand aSerializer. -
Uses of AbstractNamespaced in io.fluxzero.sdk.persisting.repository
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.repositoryModifier and TypeClassDescriptionclassA wrapper around a delegateAggregateRepositorythat ensures cached aggregates stay in sync with the event log.classDefault implementation of theAggregateRepositoryinterface. -
Uses of AbstractNamespaced in io.fluxzero.sdk.persisting.search
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.search -
Uses of AbstractNamespaced in io.fluxzero.sdk.persisting.search.client
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.search.clientModifier and TypeClassDescriptionclassA handler registry implementation intended for local testing and development that registers handlers for document updates in a specific collection. -
Uses of AbstractNamespaced in io.fluxzero.sdk.publishing
Subclasses of AbstractNamespaced in io.fluxzero.sdk.publishingModifier and TypeClassDescriptionclassDefault implementation of theCommandGatewayinterface.classDefault implementation of theErrorGatewayinterface.classDefault implementation of theEventGatewayinterface.classclassDefault implementation of theMetricsGatewayinterface.classDefault implementation of theQueryGatewayinterface.classDefault implementation of theRequestHandlerinterface.classDefault implementation of theResultGatewayinterface for sending response messages. -
Uses of AbstractNamespaced in io.fluxzero.sdk.scheduling
Subclasses of AbstractNamespaced in io.fluxzero.sdk.scheduling -
Uses of AbstractNamespaced in io.fluxzero.sdk.web
Subclasses of AbstractNamespaced in io.fluxzero.sdk.webModifier and TypeClassDescriptionclassDefault implementation of theWebRequestGatewayinterface that delegates requests to a configuredGenericGateway.classSpecialized implementation of theResultGatewayinterface for sending web response messages.