Interface ServiceCallDetails<T>


  • public interface ServiceCallDetails<T>
    • Method Detail

      • getMessage

        T 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