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

com.netflix.suro.sink.DataConverter Maven / Gradle / Ivy

The newest version!
package com.netflix.suro.sink;

import java.util.Map;

public interface DataConverter {
    Map convert(Map msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy