| Interface | Description |
|---|---|
| JDKWireProxyService |
Creates JDK-based wire proxies.
|
| Class | Description |
|---|---|
| AbstractCallbackInvocationHandler<T> |
Abstract callback handler implementation.
|
| CallbackWireSupplier<T> |
Returns a proxy instance for a callback wire.
|
| JDKInvocationHandler<B> |
Dispatches from a proxy to a wire.
|
| JDKWireProxyServiceImpl |
The default WireProxyService implementation that uses JDK dynamic proxies.
|
| MultiThreadedCallbackInvocationHandler<T> |
Responsible for dispatching to a callback service from multi-threaded component instances such as composite scope components.
|
| StatefulCallbackInvocationHandler<T> |
Responsible for dispatching to a callback service from a component implementation instance that is not composite scope.
|
| WireSupplier<T> |
Creates a proxy for a wire that implements a specified interface.
|