blob: f4decfde6be583e34f0527ec9d6a85e46ee05b99 [file] [log] [blame]
package accord.api;
/**
* A result to be returned to a client, or be stored in a node's command state.
*
* TODO: support minimizing the result for storage in a node's command state (e.g. to only retain success/failure)
*/
public interface Result
{
}