Interface LogCapability
- All Known Subinterfaces:
LogCacheControl, StagedSnapshotCapability
- All Known Implementing Classes:
LogCache
public interface LogCapability
Marker interface for optional capabilities that a
Log implementation may provide.
Capabilities allow consumers to discover and use features beyond the core Log contract without coupling to
specific implementations. A capability is obtained via Log.findCapability(Class).
- Since:
- 2.0
- See Also: