Package io.fluxcapacitor.common.tracking
Interface HasMessageStore
- All Known Subinterfaces:
MessageStore
- All Known Implementing Classes:
CollectionMessageStore
,InMemoryEventStore
,InMemoryMessageStore
,InMemoryScheduleStore
,LocalEventStoreClient
,LocalSchedulingClient
,LocalTrackingClient
,TestServerScheduleStore
public interface HasMessageStore
Interface for components that expose a
MessageStore
.
This is used to retrieve the underlying message store from wrapping or higher-level abstractions. Useful for test utilities or diagnostics that need direct access to message persistence.
- See Also:
-
Method Summary
-
Method Details
-
getMessageStore
MessageStore getMessageStore()Returns the associatedMessageStore
instance.
-