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

com.tvd12.ezymq.common.handler.EzyMQRequestInterceptor Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.common.handler;

public interface EzyMQRequestInterceptor {

    default void preHandle(String cmd, Object request) {}

    default void postHandle(String cmd, Object request, Object response) {}

    default void postHandle(String cmd, Object requestData, Throwable e) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy