Interface ProducerConfigurator<T>

Type Parameters:
T - The return type of the producer method or the type of the producer field

public interface ProducerConfigurator<T>

A ProducerConfigurator can configure a Producer. The container must provide an implementation of this interface.

This configurator is not thread safe and shall not be used concurrently.

Since:
2.0
See Also: