|
Class Summary |
| AlternateInjectResolver |
|
| HttpEventReceiver |
This receiver will receive a specific kind of HttpRequest
where the elements of the request have these types:
The rank of the request is an integer
The id of the request is a long
The requested action is a String
|
| HttpRequest |
This is not a true HttpRequest, but is just here for illustration purposes. |
| HttpServer |
|
| Logger |
This is just an example of another service a method might
want to inject |
| RequestContext |
This is the request scope context. |
| RequestProcessor |
This is a class that processes an event as it comes. |