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

com.metamx.emitter.core.UriExtractor Maven / Gradle / Ivy

package com.metamx.emitter.core;

import java.net.URI;
import java.net.URISyntaxException;

public interface UriExtractor
{
  URI apply(Event event) throws URISyntaxException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy