| Interface | Description |
|---|---|
| BatchConsumer |
Implementation is responsible for being able to build up a batch payload and to publish that payload.
|
| BatchPublisher |
Implementations of
BatchPublisher are able to consume multiple audit events
and build batches out of them. |
| BatchPublisherFactory |
Batch publisher factory provides new instances of
BatchPublisher. |
| BufferedBatchPublisher.Builder |
Builder used to construct a new
BufferedBatchPublisher. |
| Class | Description |
|---|---|
| BatchPublisherFactoryImpl |
Basic batch publisher factory implementation.
|
| BufferedBatchPublisher |
Buffers audit events to a bounded queue, periodically flushing the queue to a provided
BatchConsumer. |
| Exception | Description |
|---|---|
| BatchException |
Indicates failure during a batch operation.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.