Uses of Interface
io.fluxzero.sdk.tracking.handling.HasLocalHandlers
Packages that use HasLocalHandlers
Package
Description
-
Uses of HasLocalHandlers in io.fluxzero.sdk.persisting.eventsourcing
Subinterfaces of HasLocalHandlers in io.fluxzero.sdk.persisting.eventsourcingModifier and TypeInterfaceDescriptioninterfaceHigh-level abstraction for accessing and storing domain events in an event-sourced system.Classes in io.fluxzero.sdk.persisting.eventsourcing that implement HasLocalHandlersModifier and TypeClassDescriptionclassDefault implementation of theEventStoreinterface, providing mechanisms to store and retrieve events associated with aggregate instances. -
Uses of HasLocalHandlers in io.fluxzero.sdk.persisting.search
Classes in io.fluxzero.sdk.persisting.search that implement HasLocalHandlers -
Uses of HasLocalHandlers in io.fluxzero.sdk.persisting.search.client
Classes in io.fluxzero.sdk.persisting.search.client that implement HasLocalHandlersModifier and TypeClassDescriptionclassA handler registry implementation intended for local testing and development that registers handlers for document updates in a specific collection. -
Uses of HasLocalHandlers in io.fluxzero.sdk.publishing
Subinterfaces of HasLocalHandlers in io.fluxzero.sdk.publishingModifier and TypeInterfaceDescriptioninterfaceGateway interface for publishing command messages in Fluxzero.interfaceGateway interface for reporting errors during message handling.interfaceGateway for publishing event messages to Fluxzero.interfaceA generic message gateway for publication of messages in Fluxzero.interfaceGateway interface for publishing metrics messages in Fluxzero.interfaceGateway interface for dispatching queries and receiving responses in Fluxzero.interfaceGateway for sending outbound web requests via Fluxzero’s proxy mechanism.Classes in io.fluxzero.sdk.publishing that implement HasLocalHandlersModifier and TypeClassDescriptionclassDefault implementation of theCommandGatewayinterface.classDefault implementation of theErrorGatewayinterface.classDefault implementation of theEventGatewayinterface.classclassDefault implementation of theMetricsGatewayinterface.classDefault implementation of theQueryGatewayinterface. -
Uses of HasLocalHandlers in io.fluxzero.sdk.scheduling
Classes in io.fluxzero.sdk.scheduling that implement HasLocalHandlers -
Uses of HasLocalHandlers in io.fluxzero.sdk.tracking.handling
Subinterfaces of HasLocalHandlers in io.fluxzero.sdk.tracking.handlingModifier and TypeInterfaceDescriptioninterfaceInterface for registering and invoking local message handlers.Classes in io.fluxzero.sdk.tracking.handling that implement HasLocalHandlersModifier and TypeClassDescriptionstatic classCombines twoHandlerRegistryinstances into one.static enumA no-op handler registry that performs no registration or dispatch.classIn-memory implementation ofHandlerRegistrythat manages and dispatches local message handlers — i.e., handlers that are invoked directly in the publishing thread without involving the Fluxzero Runtime. -
Uses of HasLocalHandlers in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web that implement HasLocalHandlersModifier and TypeClassDescriptionclassDefault implementation of theWebRequestGatewayinterface that delegates requests to a configuredGenericGateway.