public interface MiddlewareChain
This class is internal and is hence not for public use at this time. Its APIs are unstable and can change at any time.
| Modifier and Type | Method and Description |
|---|---|
void |
doNext(MiddlewareContext context)
Invokes next middleware in the chain.
|
void doNext(MiddlewareContext context) throws Exception
context - execution context that pass along middleware chainException - any exception that happen along middleware chainCopyright © 2022. All rights reserved.