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

tech.ytsaurus.client.bus.BusServerLifecycle Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client.bus;

public interface BusServerLifecycle {
    /**
     * Вызывается в случае успешного завершение listen
     */
    void listenSucceeded();

    /**
     * Вызывается в случае ошибки в вызове listen
     */
    void listenFailed(Throwable cause);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy