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

com.codeheadsystems.queue.dao.StateCount Maven / Gradle / Ivy

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