Package kalix.javasdk.testkit
Interface DeferredCallDetails<I,O>
public interface DeferredCallDetails<I,O>
-
Method Summary
Modifier and TypeMethodDescriptionkalix.javasdk.Metadata
-
Method Details
-
getMessage
I getMessage()- Returns:
- The forwarded message
-
getMetadata
kalix.javasdk.Metadata getMetadata()- Returns:
- Any metadata attached to the call
-
getServiceName
String getServiceName()- Returns:
- The name of the service being called
-
getMethodName
String getMethodName()- Returns:
- The method name being called
-