Interface MessageContext

All Superinterfaces:
Context, MetadataContext, OriginAwareContext

public interface MessageContext extends MetadataContext, OriginAwareContext
Context for an incoming message.
  • Method Details Link icon

    • eventSubject Link icon

      Optional<String> eventSubject()
      The origin subject of the CloudEvent. For example, the entity id when the event was emitted from an entity.
    • tracing Link icon

      Tracing tracing()
      Access to tracing for custom app specific tracing.