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

eu.merrymake.service.java.ActionHandler Maven / Gradle / Ivy

The newest version!
package eu.merrymake.service.java;

public interface ActionHandler {
    void execute(byte[] payloadBytes, Envelope envelope);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy