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

io.leoplatform.sdk.AsyncWorkQueue Maven / Gradle / Ivy

The newest version!
package io.leoplatform.sdk;

import io.leoplatform.sdk.payload.EventPayload;

import javax.inject.Singleton;

@Singleton
public interface AsyncWorkQueue {
    void addEntity(EventPayload entity);

    void flush();

    StreamStats end();

    TransferStyle style();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy