public interface SQLInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
postHandle(Statement statement,
io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
Runs all handlers that should be executed after the request is handled by the application.
|
void |
preHandle(Statement statement,
io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
Runs all handlers that should be executed before the request is handled by the application.
|
void preHandle(Statement statement, io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
void postHandle(Statement statement, io.bitsensor.lib.entity.proto.Invocation.SQLInvocation.Builder builder)
Copyright © 2018 BitSensor. All rights reserved.