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
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.