
com.codeheadsystems.queue.dao.StateCount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of local-queue Show documentation
Show all versions of local-queue Show documentation
LQ: a minimalistic local queue
The newest version!
package com.codeheadsystems.queue.dao;
import com.codeheadsystems.queue.State;
import org.immutables.value.Value;
/**
* The interface State count.
*/
@Value.Immutable
public interface StateCount {
/**
* State state.
*
* @return the state
*/
State state();
/**
* Count long.
*
* @return the long
*/
long count();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy