public class ChannelConnectionSupplier<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
ChannelConnectionSupplier(java.lang.Class<T> interfaze,
JDKChannelProxyService proxyService,
org.fabric3.spi.container.channel.ChannelConnection connection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
public ChannelConnectionSupplier(java.lang.Class<T> interfaze, JDKChannelProxyService proxyService, org.fabric3.spi.container.channel.ChannelConnection connection)
interfaze - the interface the proxy implementsproxyService - the proxy creation serviceconnection - the channel connection