public final class ClassLoaderSafeRequestReplyClient extends java.lang.Object implements RequestReplyClient
RequestReplyClient
that makes sure we always use the correct classloader.
This is required since client implementation may be user provided.Constructor and Description |
---|
ClassLoaderSafeRequestReplyClient(RequestReplyClient delegate) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<FromFunction> |
call(ToFunctionRequestSummary requestSummary,
RemoteInvocationMetrics metrics,
ToFunction toFunction) |
public ClassLoaderSafeRequestReplyClient(RequestReplyClient delegate)
public java.util.concurrent.CompletableFuture<FromFunction> call(ToFunctionRequestSummary requestSummary, RemoteInvocationMetrics metrics, ToFunction toFunction)
call
in interface RequestReplyClient
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.