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

artoria.message.mq.MqMessage Maven / Gradle / Ivy

The newest version!
package artoria.message.mq;

@Deprecated
public interface MqMessage {

    String getDestination();

    Object getPayload();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy