home/categories/framework-internals/ecotoneframework-ecotone-dev-claude-skills-ecotone-interceptors-skill-md
framework-internalsdevelopment

ecotone-interceptors

Implements Ecotone interceptors and middleware: #[Before], #[After], #[Around], #[Presend] attributes with pointcut targeting, precedence ordering, header modification, and MethodInvocation. Use when adding interceptors, middleware, cross-cutting concerns like transactions/ logging/authorization, hooking into handler execution, or modifying messages before/after handling.

ecotoneframework
maintainer
ecotoneframework
Mis à jour 2/12/2026
Étoiles
52
Forks
21
quick start

Installation and usage

Implements Ecotone interceptors and middleware: #[Before], #[After], #[Around], #[Presend] attributes with pointcut targeting, precedence ordering, header modification, and MethodInvocation. Use when adding interceptors, middleware, cross-cutting concerns like transactions/ logging/authorization, hooking into handler execution, or modifying messages before/after handling.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use ecotone-interceptors