public interface

InterceptCallback

org.mule.api.callback.InterceptCallback

Class Overview

Callback interface used by Processor annotated methods which also are declared as intercepting.

This callback is there to facilitate the decision made by the processor to continue the chain or to stop it.

Summary

Public Methods
abstract void doNotContinue()
Message processors that call this method indicate that they wish the processing to stop.

Public Methods

public abstract void doNotContinue ()

Message processors that call this method indicate that they wish the processing to stop.