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