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

com.tvd12.ezydata.elasticsearch.callback.EzyEsActionCallback Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezydata.elasticsearch.callback;

import com.tvd12.ezydata.elasticsearch.action.EzyEsAction;

public interface EzyEsActionCallback {

    default void onSuccess(EzyEsAction action, T response) {}

    default void onError(EzyEsAction action, Throwable exception) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy