Uses of Interface
jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Package
Description
The portable extension integration SPI.
-
Uses of ProducerConfigurator in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionProcessProducer.configureProducer()
Returns aProducerConfigurator
initialized with theProducer
processed by this event, to configure a newProducer
that will replace the original one at the end of the observer invocation. -
Uses of ProducerConfigurator in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionProducerConfigurator.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.