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

com.alibaba.middleware.ushura.poller.Poller Maven / Gradle / Ivy

package com.alibaba.middleware.ushura.poller;


import java.util.List;

/**
 * @author Hanson on 15/12/28.
 */
public interface Poller{
    T next();
    Poller refresh(List items);
    enum PollerType{
        Generic,PowerOfTwoPoller;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy