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

net.sf.seide.event.InterruptableEventHandler Maven / Gradle / Ivy

The newest version!
package net.sf.seide.event;

import net.sf.seide.message.Message;
import net.sf.seide.stages.RoutingOutcome;
import net.sf.seide.support.Beta;

@Beta
public interface InterruptableEventHandler
    extends EventHandler {

    RoutingOutcome aborted(T message, Throwable exception, boolean externalReason);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy