Package com.alibaba.rocketmq.client

Examples of com.alibaba.rocketmq.client.ClientConfig


import com.alibaba.rocketmq.common.MixAll;


public class ClientConfigTest {
    public static void main(String[] args) throws SocketException {
        MixAll.printObjectProperties(null, new ClientConfig());
        System.out.println("----------------------------------------------");
        MixAll.printObjectProperties(null, new DefaultMQProducer());
        System.out.println("----------------------------------------------");
        MixAll.printObjectProperties(null, new TransactionMQProducer());
        System.out.println("----------------------------------------------");
View Full Code Here

TOP

Related Classes of com.alibaba.rocketmq.client.ClientConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.