Interface DependencyInterceptor

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DependencyInterceptor
The DependencyInterceptor is a FunctionalInterface used to hook into the process of creating instances from a Dependency declaration: The instance being created can be decorated or enriched with functionality providing means to implement a proxy mechanism or a decorator. A DependencyInterceptor is registered with a Reactor.