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

com.netflix.suro.input.SuroInput Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonTypeInfo;

@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface SuroInput {
    String getId();
    void start() throws Exception;
    void shutdown();

    void setPause(long ms);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy