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)  
    • Method Detail

      • call

        <T> T call​(java.lang.String traceContext,
                   java.util.concurrent.Callable<T> callable)
            throws java.lang.Exception
        Throws:
        java.lang.Exception