Package com.linkedin.venice.service
Interface ICProvider
-
public interface ICProvider
An interface for implementation of IC( invocation-context) provider class for calls between various deployable services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
call(java.lang.String traceContext, java.util.concurrent.Callable<T> callable)
-