public interface BridgeBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
BeanHolder<? extends B> |
build(BridgeBuildContext buildContext)
Build a bridge.
|
BeanHolder<? extends B> build(BridgeBuildContext buildContext)
Warning: this method can be called multiple times and must return a new instance to each call.
buildContext - A object providing access to other components involved in the build process.BeanHolder.
Use BeanHolder.of(Object) if you don't need any particular closing behavior.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.