Allows intercepting capabilities before their registration.
Interceptors allow intercepting capabilities before they are registered, for example,
to perform validation checks, add metadata, or change properties.
The following interceptor assigns a stable identifier to each microfrontend capability.
Interceptors are registered in the bean manager of the host application under the symbol CapabilityInterceptor as multi bean.
Multiple interceptors can be registered, forming a chain in which each interceptor is called one by one in registration order.
Allows intercepting capabilities before their registration.
Interceptors allow intercepting capabilities before they are registered, for example, to perform validation checks, add metadata, or change properties.
The following interceptor assigns a stable identifier to each microfrontend capability.
Registering Interceptors
Interceptors are registered in the bean manager of the host application under the symbol
CapabilityInterceptor
as multi bean. Multiple interceptors can be registered, forming a chain in which each interceptor is called one by one in registration order.