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

com.tvd12.ezymq.activemq.handler.EzyActiveMessageHandler Maven / Gradle / Ivy

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

import com.tvd12.ezymq.activemq.util.EzyActiveProperties;

public interface EzyActiveMessageHandler {

    void handle(
        EzyActiveProperties properties,
        byte[] messageBody
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy