| Package | Description |
|---|---|
| io.r2dbc.proxy.core |
Domain classes
|
| io.r2dbc.proxy.test |
Utility classes for testing
|
| Modifier and Type | Method and Description |
|---|---|
ProxyEventType |
MethodExecutionInfo.getProxyEventType()
Get the proxy event type.
|
ProxyEventType |
QueryExecutionInfo.getProxyEventType()
Get the proxy event type for query execution.
|
static ProxyEventType |
ProxyEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyEventType[] |
ProxyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyEventType |
MockMethodExecutionInfo.getProxyEventType() |
ProxyEventType |
MockQueryExecutionInfo.getProxyEventType() |
| Modifier and Type | Method and Description |
|---|---|
MockMethodExecutionInfo.Builder |
MockMethodExecutionInfo.Builder.proxyEventType(ProxyEventType proxyEventType) |
MockQueryExecutionInfo.Builder |
MockQueryExecutionInfo.Builder.proxyEventType(ProxyEventType proxyEventType) |
Copyright © 2020. All rights reserved.