Class ServiceCallContextHolder
- java.lang.Object
-
- org.apache.ignite.internal.processors.service.ServiceCallContextHolder
-
public class ServiceCallContextHolder extends Object
Holder of the context of the service call.
-
-
Constructor Summary
Constructors Constructor Description ServiceCallContextHolder()
-
-
-
Method Detail
-
current
@Nullable public static @Nullable ServiceCallContextImpl current()
- Returns:
- Service call context of the current thread.
-
-