org.fusesource.fabric.stream.log.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-log Show documentation
Show all versions of stream-log Show documentation
An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)
/**
* Copyright (C) 2010, FuseSource Corp. All rights reserved.
*/
package org.fusesource.fabric.stream.log;
/**
*
*
*
* @author Hiram Chirino
*/
public class Callback {
public void onSuccess() {}
public void onFailure(Throwable e) {}
}