Package akka.javasdk.consumer
Interface MessageContext
- All Superinterfaces:
Context
,MetadataContext
,OriginAwareContext
Context for an incoming message.
-
Method Summary
Modifier and TypeMethodDescriptionThe origin subject of theCloudEvent
.tracing()
Access to tracing for custom app specific tracing.Methods inherited from interface akka.javasdk.Context
selfRegion
Methods inherited from interface akka.javasdk.MetadataContext
metadata
Methods inherited from interface akka.javasdk.OriginAwareContext
hasLocalOrigin, originRegion
-
Method Details
-
eventSubject
The origin subject of theCloudEvent
. For example, the entity id when the event was emitted from an entity. -
tracing
Tracing tracing()Access to tracing for custom app specific tracing.
-