Package akka.javasdk.consumer
Interface MessageContext
- All Superinterfaces:
Context
,MetadataContext
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.MetadataContext
metadata
-
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.
-