| Interface | Description |
|---|---|
| MessageReader |
An interface for reading messages and service calls.
|
| MessageWriter |
An interface for writing messages and service calls.
|
| RollingFileMessageWriter.CleanupPolicy |
Interface for cleanup policy implementations.
|
| RollingFileMessageWriter.CurrentFileUpdater |
Interface for calling back to the rolling file message writen when a file roll
is supposed to happen.
|
| RollingFileMessageWriter.RollingPolicy |
Interface for rolling policy implementations.
|
| Class | Description |
|---|---|
| FileMessageReader |
A message reader that reads from a single file until the end.
|
| FileMessageWriter |
A message writer that writes to a single file until the end.
|
| IOMessageReader |
A reader helper class for matching a serializer with an input stream.
|
| IOMessageWriter |
A writer helper class for matching a serializer with an output stream.
|
| QueuedMessageWriter |
A queued message writer that takes in messages onto a queue, and let
a single thread handle all the writes to the contained writer.
|
| RollingFileMessageWriter |
A simple rolling file message writer in the same manner that logging
often does, e.g.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.