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

com.jd.blockchain.consensus.client.ConsensusClient Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
package com.jd.blockchain.consensus.client;

import com.jd.blockchain.consensus.Client;
import com.jd.blockchain.consensus.MessageService;

public interface ConsensusClient extends Client {

	/**
	 * 消息服务;
	 * 
	 * @return
	 */
	MessageService getMessageService();

	/**
	 * 共识客户端的配置信息;
	 * 
	 * @return
	 */
	ClientSettings getSettings();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy