public interface InterceptorCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onContinue(Postcard postcard)
Continue process
|
void |
onInterrupt(java.lang.Throwable exception)
Interrupt process, pipeline will be destroy when this method called.
|
void onContinue(Postcard postcard)
postcard - route metavoid onInterrupt(java.lang.Throwable exception)
exception - Reson of interrupt.