public interface Handler<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(R context)
Receives a
request context object and
handles it. |
void handle(R context)
request context object and
handles it.Copyright © 2016. All rights reserved.