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

org.enodeframework.eventing.EventProcessContext.kt Maven / Gradle / Ivy

package org.enodeframework.eventing

import java.util.concurrent.CompletableFuture

/**
 * Represents the event processing context.
 */
interface EventProcessContext {
    /**
     * Notify the event has been processed.
     */
    fun notifyEventProcessed(): CompletableFuture
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy