Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.HasLocalHandlers
Packages that use HasLocalHandlers
Package
Description
-
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.persisting.eventsourcing
Subinterfaces of HasLocalHandlers in io.fluxcapacitor.javaclient.persisting.eventsourcingModifier and TypeInterfaceDescriptioninterface
High-level abstraction for accessing and storing domain events in an event-sourced system.Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement HasLocalHandlersModifier and TypeClassDescriptionclass
Default implementation of theEventStore
interface, providing mechanisms to store and retrieve events associated with aggregate instances. -
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.persisting.search
Classes in io.fluxcapacitor.javaclient.persisting.search that implement HasLocalHandlers -
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.persisting.search.client
Classes in io.fluxcapacitor.javaclient.persisting.search.client that implement HasLocalHandlersModifier and TypeClassDescriptionclass
A handler registry implementation intended for local testing and development that registers handlers for document updates in a specific collection. -
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.publishing
Subinterfaces of HasLocalHandlers in io.fluxcapacitor.javaclient.publishingModifier and TypeInterfaceDescriptioninterface
Gateway interface for publishing command messages in Flux Capacitor.interface
Gateway interface for reporting errors during message handling.interface
Gateway for publishing event messages to Flux Capacitor.interface
A generic message gateway for publication of messages in Flux Capacitor.interface
Gateway interface for publishing metrics messages in Flux Capacitor.interface
Gateway interface for dispatching queries and receiving responses in Flux Capacitor.interface
Gateway for sending outbound web requests via Flux Capacitor’s proxy mechanism.Classes in io.fluxcapacitor.javaclient.publishing that implement HasLocalHandlersModifier and TypeClassDescriptionclass
Default implementation of theCommandGateway
interface.class
Default implementation of theErrorGateway
interface.class
Default implementation of theEventGateway
interface.class
class
Default implementation of theMetricsGateway
interface.class
Default implementation of theQueryGateway
interface.class
Default implementation of theWebRequestGateway
interface that delegates requests to a configuredGenericGateway
. -
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement HasLocalHandlers -
Uses of HasLocalHandlers in io.fluxcapacitor.javaclient.tracking.handling
Subinterfaces of HasLocalHandlers in io.fluxcapacitor.javaclient.tracking.handlingModifier and TypeInterfaceDescriptioninterface
Interface for registering and invoking local message handlers.Classes in io.fluxcapacitor.javaclient.tracking.handling that implement HasLocalHandlersModifier and TypeClassDescriptionstatic class
Combines twoHandlerRegistry
instances into one.static enum
A no-op handler registry that performs no registration or dispatch.class
In-memory implementation ofHandlerRegistry
that manages and dispatches local message handlers — i.e., handlers that are invoked directly in the publishing thread without involving the Flux platform.