Class HttpRequestTerminatedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.http.context.event.HttpRequestTerminatedEvent
All Implemented Interfaces:
Serializable

public class HttpRequestTerminatedEvent extends ApplicationEvent
An event fired when an HttpRequest is finalized by the server. Note that the event is fired asynchronously and consumers of the event should generally not perform I/O, instead this designed for tracing of headers, URI etc.
Since:
1.2.0
Author:
graemerocher
See Also: