Uses of Class
io.fluxcapacitor.javaclient.tracking.client.InMemoryMessageStore
Packages that use InMemoryMessageStore
Package
Description
-
Uses of InMemoryMessageStore in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Modifier and TypeClassDescriptionclass
An implementation of theEventStoreClient
interface that provides an in-memory event storage solution. -
Uses of InMemoryMessageStore in io.fluxcapacitor.javaclient.scheduling.client
Subclasses of InMemoryMessageStore in io.fluxcapacitor.javaclient.scheduling.clientModifier and TypeClassDescriptionclass
An in-memory implementation of a scheduling store that allows the scheduling, retrieval, and management of scheduled messages.