public interface HandlerChainResolver
HandlerChain
.Modifier and Type | Method and Description |
---|---|
Iterable<HandlerChain> |
resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
Iterable<HandlerChain> resolve(MessageContext messageContext) throws HandlerException
messageContext
- the message context to processHandlerException
- thrown if there is an error resolving the handler chainCopyright © 2018 JBoss by Red Hat. All rights reserved.