io.leoplatform.sdk.changes.ChangeReactor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leo-api Show documentation
Show all versions of leo-api Show documentation
SDK for LEO Insights platform
The newest version!
package io.leoplatform.sdk.changes;
import io.leoplatform.schema.ChangeEvent;
import java.util.concurrent.BlockingQueue;
public interface ChangeReactor {
void loadChanges(BlockingQueue changes);
void end();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy