| Package | Description |
|---|---|
| io.r2dbc.proxy | |
| io.r2dbc.proxy.callback |
Proxy related classes
|
| io.r2dbc.proxy.listener |
Listener classes
|
| io.r2dbc.proxy.observation |
| Modifier and Type | Method and Description |
|---|---|
ProxyConnectionFactory.Builder |
ProxyConnectionFactory.Builder.listener(ProxyExecutionListener listener)
Register a
ProxyExecutionListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConfig.addListener(ProxyExecutionListener listener)
Register
ProxyExecutionListener. |
ProxyConfig.Builder |
ProxyConfig.Builder.listener(ProxyExecutionListener listener)
Add a
ProxyExecutionListener. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProxyMethodExecutionListener
Listener interface called back when corresponding method on proxy is invoked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeProxyExecutionListener
Delegate to multiple of
ProxyExecutionListeners. |
class |
LastExecutionAwareListener
Keep the last invoked execution.
|
class |
ProxyMethodExecutionListenerAdapter
Adapter to make
ProxyMethodExecutionListener work as ProxyExecutionListener. |
| Modifier and Type | Method and Description |
|---|---|
List<ProxyExecutionListener> |
CompositeProxyExecutionListener.getListeners()
Get registered listeners.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeProxyExecutionListener.add(ProxyExecutionListener listener)
Add a
ProxyExecutionListener. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeProxyExecutionListener.addAll(Collection<ProxyExecutionListener> listeners)
Add a list of
ProxyExecutionListener. |
| Constructor and Description |
|---|
CompositeProxyExecutionListener(ProxyExecutionListener... listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservationProxyExecutionListener
Create Micrometer Observations.
|
Copyright © 2024. All rights reserved.