public interface BatchPublisher
BatchPublisher are able to consume multiple audit events
and build batches out of them. These batches are then passed on to some consumer.| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(String topic,
JsonValue event)
Offers up an event to be added to a batch.
|
void |
shutdown()
Informs the publisher to stop processing offered events.
|
void |
startup()
Informs the publisher to start processing offered events.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.