Skip to main content
Use this page when you are wiring sec0-sdk/instrumentation into application classes and want a direct mapping between decorators and app.hops entries.

Supported decorated hop types

The hop key comes from ClassName.methodName, and the type in sec0.config.yaml must match the decorator used on that method.

Example app.hops entries

Matching decorated methods

If you need to build a fully custom boundary instead of using decorators, use Middleware for custom adapter wiring, Network Gateway for direct gateway pipeline usage, and Agent State for manual state propagation.