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

io.leoplatform.sdk.changes.SchemaChangeQueue Maven / Gradle / Ivy

The newest version!
package io.leoplatform.sdk.changes;

import io.leoplatform.schema.ChangeEvent;

public interface SchemaChangeQueue {
    void add(ChangeEvent changeEvent);

    void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy