eu.merrymake.service.java.ActionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-service-library Show documentation
Show all versions of java-service-library Show documentation
Various tools for interacting with Merrymake.
The newest version!
package eu.merrymake.service.java;
public interface ActionHandler {
void execute(byte[] payloadBytes, Envelope envelope);
}