Interface PostExecutionLifecycle

    • Method Detail

      • onPostExecution

        void onPostExecution​(ExecutionContext executionContext)
        Cleanup the resources allocated by this resource for the specified ExecutionContext.

        Executes the cleanup at the end of the filter execution.

        Parameters:
        executionContext - The ExecutionContext.