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

com.twitter.util.events.Sinks Maven / Gradle / Ivy

The newest version!
package com.twitter.util.events;

/**
 * Java friendly API for {@link com.twitter.util.events.Sink}.
 */
public final class Sinks {
  private Sinks() { }

  public static final Sink DEFAULT_SINK = Sink$.MODULE$.getDefault();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy