Interface ServiceCallDetails<T>
-
public interface ServiceCallDetails<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMessage()com.akkaserverless.javasdk.MetadatagetMetadata()java.lang.StringgetMethodName()java.lang.StringgetServiceName()
-
-
-
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
-
-