Uses of Interface
jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
- 
Packages that use ProducerConfigurator Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator 
- 
- 
Uses of ProducerConfigurator in jakarta.enterprise.inject.spiMethods in jakarta.enterprise.inject.spi that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<X>ProcessProducer. configureProducer()Returns aProducerConfiguratorinitialized with theProducerprocessed by this event, to configure a newProducerthat will replace the original one at the end of the observer invocation.
- 
Uses of ProducerConfigurator in jakarta.enterprise.inject.spi.configuratorMethods in jakarta.enterprise.inject.spi.configurator that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<T>ProducerConfigurator. disposeWith(Consumer<T> callback)Set a callback to destroy the produced instance.<U extends T>
 ProducerConfigurator<T>ProducerConfigurator. produceWith(Function<CreationalContext<U>,U> callback)Set a callback to produce a new instance.
 
-