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

com.spotify.confidence.EventSenderEngine Maven / Gradle / Ivy

The newest version!
package com.spotify.confidence;

import java.io.Closeable;
import java.util.Optional;

interface EventSenderEngine extends Closeable {
  void emit(String name, ConfidenceValue.Struct context, Optional data);

  void flush();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy