Interface MessageContext

All Superinterfaces:
Context, MetadataContext

public interface MessageContext extends MetadataContext
Context for an incoming message.
  • Method Details

    • eventSubject

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

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