All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opencredo.concursus.domain.events.processing.package-info Maven / Gradle / Ivy

The newest version!
/**
 * When an {@link com.opencredo.concursus.domain.events.batching.EventBatch} completes, it is sent to an
 * {@link com.opencredo.concursus.domain.events.processing.EventBatchProcessor} (interface provided by this package).
 * 

* This package also provides a * {@link com.opencredo.concursus.domain.events.processing.PublishingEventBatchProcessor}, which combines the * operations of writing events to an {@link com.opencredo.concursus.domain.events.logging.EventLog} and then * forwarding them to an {@link com.opencredo.concursus.domain.events.publishing.EventPublisher}. *

*/ package com.opencredo.concursus.domain.events.processing;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy