sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
common
/
dev.restate.common.reflections
/
ProxyFactory
/
MethodInterceptor
Method
Interceptor
@
FunctionalInterface
interface
MethodInterceptor
Members
Functions
invoke
Link copied to clipboard
@
Nullable
abstract
fun
invoke
(
invocation
:
ProxyFactory.MethodInvocation
)
:
@
Nullable
Any