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

com.hubspot.singularity.logwatcher.LogForwarder Maven / Gradle / Ivy

package com.hubspot.singularity.logwatcher;

import com.hubspot.singularity.runner.base.shared.TailMetadata;

public interface LogForwarder {

  @SuppressWarnings("serial")
  class LogForwarderException extends RuntimeException {

  }

  void forwardMessage(TailMetadata tailMetadata, String line);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy