io.zbus.mq.MessageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zbus Show documentation
Show all versions of zbus Show documentation
a lightweight yet powerful MQ and RPC to build service bus
package io.zbus.mq;
import java.io.IOException;
public interface MessageHandler{
void handle(Message msg, MqClient client) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy