Interface ICProvider


public interface ICProvider
An interface for implementation of IC( invocation-context) provider class for calls between various deployable services.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    call(String traceContext, Callable<T> callable)