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

org.fusesource.fabric.stream.log.Callback Maven / Gradle / Ivy

Go to download

An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)

There is a newer version: 7.2.0.redhat-083
Show newest version
/**
 * 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) {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy