public class WireSupplier<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
WireSupplier(java.lang.Class<T> interfaze,
java.lang.String callbackUri,
JDKWireProxyService proxyService,
java.util.Map<java.lang.reflect.Method,org.fabric3.spi.container.wire.InvocationChain> mappings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
public WireSupplier(java.lang.Class<T> interfaze, java.lang.String callbackUri, JDKWireProxyService proxyService, java.util.Map<java.lang.reflect.Method,org.fabric3.spi.container.wire.InvocationChain> mappings)
interfaze - the interface the proxy implementscallbackUri - the callback URI for the wire or null if the wire is unidirectionalproxyService - the proxy creation servicemappings - proxy method to wire invocation chain mappings