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

com.tvd12.ezydata.elasticsearch.handler.EzyEsUncaughtExceptionHandler Maven / Gradle / Ivy

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

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

public interface EzyEsUncaughtExceptionHandler {

    void uncaughtException(EzyEsAction action, Throwable e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy