public interface ExecuteRouting
| Modifier and Type | Method and Description |
|---|---|
<T,E extends java.lang.Exception> |
apply(ConnectionPlugin plugin,
java.lang.Class<T> resultClass,
java.lang.Class<E> exceptionClass,
java.lang.Object methodInvokeOn,
java.lang.String methodName,
JdbcCallable<T,E> jdbcMethodFunc,
java.lang.Object[] jdbcMethodArgs,
StorageService storageService,
PluginService pluginService,
java.util.Properties props) |
boolean |
isMatch(HostSpec hostSpec,
BlueGreenRole hostRole) |
boolean isMatch(HostSpec hostSpec, BlueGreenRole hostRole)
<T,E extends java.lang.Exception> @NonNull java.util.Optional<T> apply(ConnectionPlugin plugin, java.lang.Class<T> resultClass, java.lang.Class<E> exceptionClass, java.lang.Object methodInvokeOn, java.lang.String methodName, JdbcCallable<T,E> jdbcMethodFunc, java.lang.Object[] jdbcMethodArgs, StorageService storageService, PluginService pluginService, java.util.Properties props) throws E extends java.lang.Exception
E extends java.lang.Exception