xtern commented on a change in pull request #9510:
URL: https://github.com/apache/ignite/pull/9510#discussion_r747582215



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProxy.java
##########
@@ -113,14 +116,16 @@
      * @param svc Service type class.
      * @param sticky Whether multi-node request should be done.
      * @param timeout Service availability wait timeout. Cannot be negative.
+     * @param callCtxProvider Caller context provider.
      * @param ctx Context.
      */
     public GridServiceProxy(ClusterGroup prj,
         String name,
         Class<? super T> svc,
         boolean sticky,
         long timeout,
-        GridKernalContext ctx)
+        GridKernalContext ctx,
+        @Nullable Supplier<ServiceCallContext> callCtxProvider)

Review comment:
       Done, thanks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to