| Interface | Description |
|---|---|
| JDKChannelProxyService |
Creates channel proxies using JDK proxies.
|
| Class | Description |
|---|---|
| ChannelConnectionSupplier<T> |
Creates a proxy for a channel connection that implements a specified interface with a single method.
|
| JDKChannelProxyServiceImpl |
The default ChannelProxyService that uses JDK dynamic proxies.
|
| JDKEventHandler |
Dispatches from a proxy to an
EventStream. |