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

com.bitcoin.blockchain.api.domain.message.IMessage Maven / Gradle / Ivy

The newest version!
package com.bitcoin.blockchain.api.domain.message;

/**
 * Created by Jesion on 2015-02-04.
 */
public interface IMessage {

    public String getCommand();

    public String getCorrelationId();

    public Object getPayload();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy