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

com.studerw.tda.model.stream.StreamingRequest Maven / Gradle / Ivy

There is a newer version: 2.4.3.1
Show newest version
package com.studerw.tda.model.stream;

import java.util.concurrent.atomic.AtomicInteger;

public class StreamingRequest {

  private static AtomicInteger requestId = new AtomicInteger(1);
  private Service service;
  private Integer requestid;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy