Interface DeferredCallDetails<I,​O>


  • public interface DeferredCallDetails<I,​O>
    • Method Detail

      • getMessage

        I getMessage()
        Returns:
        The forwarded message
      • getMetadata

        com.akkaserverless.javasdk.Metadata getMetadata()
        Returns:
        Any metadata attached to the call
      • getServiceName

        java.lang.String getServiceName()
        Returns:
        The name of the service being called
      • getMethodName

        java.lang.String getMethodName()
        Returns:
        The method name being called