github.com/mweagle/Sparta@v1.15.0/docs_source/content/reference/interceptors/_index.md (about) 1 --- 2 date: 2016-03-09T19:56:50+01:00 3 title: 4 pre: "<b>Runtime Interceptors</b>" 5 weight: 130 6 alwaysopen: false 7 --- 8 9 # Runtime Interceptors 10 11 Sparta uses runtime [interceptors](https://godoc.org/github.com/mweagle/Sparta#LambdaEventInterceptors) to hook into 12 the event handling workflow. Interceptors provide an opportunity to handle concerns (logging, metrics, etc) independent 13 of core event handling workflow. 14 15 {{< interceptorflow >}} 16 17 ## Available Interceptors 18 19 {{% children description="true" %}}