
com.twitter.summingbird.javaapi.Service Maven / Gradle / Ivy
The newest version!
package com.twitter.summingbird.javaapi;
import com.twitter.summingbird.Platform;
/**
* a Service used in lookups
*
* @author Julien Le Dem
*
* @param the underlying platform
* @param Is the actual type used by the underlying Platform it is parameterized in
* @param key
* @param value
*/
public class Service, SERVICE, K, V> extends Wrapper {
public Service(SERVICE service) {
super(service);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy