toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
ProxyFactory
Proxy
Factory
@
FunctionalInterface
interface
ProxyFactory
Members
Types
Method
Interceptor
Link copied to clipboard
@
FunctionalInterface
interface
MethodInterceptor
Method
Invocation
Link copied to clipboard
interface
MethodInvocation
Functions
create
Proxy
Link copied to clipboard
abstract
fun
<
T
>
createProxy
(
clazz
:
Class
<
T
>
,
interceptor
:
ProxyFactory.MethodInterceptor
)
:
@
Nullable
T
If returns null, it's not supported.