Annotation Interface TenantScoped


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface TenantScoped
Annotation indication that a parameter on a Message Handler method should be injected with a tenant-scoped instance of a component. The parameter type must be resolvable through a TenantComponentProvider registered in the configuration.
Since:
5.3.0
Author:
Jakob Hatzl