public abstract class AbstractNetworkExtension<T> extends Object implements javax.enterprise.inject.spi.Extension
| Modifier and Type | Field and Description |
|---|---|
protected ConfigView |
configView |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNetworkExtension(ConfigView configView) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyConfiguration(ConfigKey key,
Consumer<Object> consumer) |
protected abstract void |
applyConfiguration(T instance) |
protected javax.enterprise.inject.spi.Producer<T> |
producer(javax.enterprise.inject.spi.Producer<T> delegate) |
protected final ConfigView configView
protected AbstractNetworkExtension(ConfigView configView)
protected abstract void applyConfiguration(T instance)
Copyright © 2018 JBoss by Red Hat. All rights reserved.