| Interface | Description |
|---|---|
| Log |
Represents a log that allows content to be added to it in the form of messages and to
read messages and their content from the log via registered
MessageReaders. |
| LogManager |
Manager interface for opening
Logs against a particular Log implementation. |
| Message |
Messages which are added to and received from the
Log. |
| MessageReader |
Implementations of this interface are used to process messages read from the log.
|
| Class | Description |
|---|---|
| ReadMarker |
Copyright © 2012–2015. All rights reserved.