Interface HasMessageStore

All Known Subinterfaces:
MessageStore

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: