public class SuppliedValueService<T,V> extends FunctionalValueService<T,V>
org.jboss.msc.Service whose provided value is a mapping of a supplied value.public SuppliedValueService(Function<T,V> mapper, Supplier<T> supplier, Consumer<T> destroyer)
mapper - a function that maps the supplied value to the service valuesupplier - produces the supplied valuedestroyer - a consumer that destroys the supplied valueCopyright © 2018 JBoss by Red Hat. All rights reserved.