Interface UpdateContext

All Superinterfaces:
Context, MetadataContext, OriginAwareContext

public interface UpdateContext extends MetadataContext, OriginAwareContext
Context for view update calls.
  • 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.
    • eventName Link icon

      String eventName()
      The name of the event being handled.