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

io.github.rhwayfun.springboot.rocketmq.starter.serialize.MsgBodyBuilder Maven / Gradle / Ivy

package io.github.rhwayfun.springboot.rocketmq.starter.serialize;

import io.github.rhwayfun.springboot.rocketmq.starter.serialize.json.JsonSerialzation;

/**
 * @author rhwayfun
 * @since 0.0.1
 */
public class MsgBodyBuilder {

    public static MsgBody build(String body) {
        return new JsonSerialzation(body);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy