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.persisting.search
Subclasses of AbstractNamespaced in io.fluxzero.sdk.persisting.search -
Uses of AbstractNamespaced in io.fluxzero.sdk.publishing
Subclasses of AbstractNamespaced in io.fluxzero.sdk.publishingModifier and TypeClassDescriptionclassclassDefault 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 TypeClassDescriptionclassSpecialized implementation of theResultGatewayinterface for sending web response messages.