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

com.aliyun.openservices.ons.api.MessageAccessor Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package com.aliyun.openservices.ons.api;

import java.util.Properties;

public class MessageAccessor {

    private MessageAccessor() {
    }

    public static Message message(String topic, byte[] body, SystemProperties systemProperties,
                                  Properties userProperties) {
        return new Message(topic, body, systemProperties, userProperties);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy