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

com.scylladb.cdc.model.worker.RawChangeConsumer Maven / Gradle / Ivy

package com.scylladb.cdc.model.worker;

import java.util.concurrent.CompletableFuture;

public interface RawChangeConsumer {

    /*
     * No assumption should be made regarding the thread invoking this method
     */
    CompletableFuture consume(RawChange change);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy