Package com.taobao.metamorphosis.client.extension.producer

Examples of com.taobao.metamorphosis.client.extension.producer.OrderedMessageProducer


        }
        if (partitionSelector instanceof ConfigPartitionsAware) {
            ((ConfigPartitionsAware) partitionSelector)
                .setConfigPartitions(this.producerDiamondManager.getPartitions());
        }
        return this.addChild(new OrderedMessageProducer(this, this.remotingClient, partitionSelector,
            this.producerZooKeeper, this.sessionIdGenerator.generateId(), this.localMessageStorageManager));
    }
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.client.extension.producer.OrderedMessageProducer

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.