Skip to content

Custom Interceptor

Marcelo Aguiar Rodrigues edited this page Nov 1, 2018 · 2 revisions

Definition

The Custom interceptor allows the user to create a snippet of Groovy code with some business logic. This interceptor has access to a Helper object that is specified in the Heimdall Middleware Spec

Details

Custom

Name: Simple name for your interceptor

Description: A simple description for your interceptor

Life Cycle: The appropriate life cycle for the interceptor

  • Life cycles allowed:
    • Api
    • Plan
    • Resource
    • Operation

Content: Configuration of the interceptor

The content of this interceptor can be any Groovy code.

Clone this wiki locally