Class InterceptingProducer<I>

java.lang.Object
org.microbean.producer.InterceptingProducer<I>
Type Parameters:
I - the contextual instance type
All Implemented Interfaces:
Aggregate, Producer<I>

public class InterceptingProducer<I> extends Object
A Producer that applies various kinds of interceptions to a delegate Producer.
Author:
Laird Nelson