Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created July 14, 2019 16:27
Show Gist options
  • Select an option

  • Save kinisoftware/4c602526d7f1d4595424ce38eb4186ab to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/4c602526d7f1d4595424ce38eb4186ab to your computer and use it in GitHub Desktop.
class LogRequestInterceptor : RequestInterceptor {
override fun process(input: HandlerInput) {
println("Request: ${JacksonSerializer().serialize(input.request)}")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment