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

com.zpf.api.IStorageQueue Maven / Gradle / Ivy

package com.zpf.api;

/**
 * Created by ZPF on 2019/1/24.
 */

public interface IStorageQueue {

    IStorageQueue add(T name, Object value);

    boolean commit();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy