public static interface ChainOfR.RequestHandler<V,S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(V userObject,
S request)
Handle the request and return null if not handled.
|
boolean handle(V userObject, S request) throws java.lang.Exception
userObject - request - java.lang.Exception - if there is an error while handling the request. This type
is intended to be overridden with a more specific exception type.