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

com.tvd12.ezyfox.rabbitmq.handler.EzyRabbitRequestHandler Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezyfox.rabbitmq.handler;

public interface EzyRabbitRequestHandler {
	
    O handle(I request) throws Exception;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy