![JAR search and dependency download from the Maven repository](/logo.png)
com.jd.blockchain.consensus.MessageService Maven / Gradle / Ivy
package com.jd.blockchain.consensus;
import com.jd.blockchain.utils.concurrent.AsyncFuture;
public interface MessageService {
AsyncFuture sendOrdered(byte[] message);
AsyncFuture sendUnordered(byte[] message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy