com.jd.blockchain.consensus.service.NodeState Maven / Gradle / Ivy
package com.jd.blockchain.consensus.service;
/**
* 节点服务器的状态;
*
* @author huanghaiquan
*
*/
public interface NodeState {
boolean isRunning();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy