Uses of Interface
jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Packages that use ProducerConfigurator
Package
Description
The portable extension integration SPI.
-
Uses of ProducerConfigurator in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return ProducerConfiguratorModifier and TypeMethodDescriptionProcessProducer.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.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return ProducerConfiguratorModifier 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.