Interface UpdateContext

All Superinterfaces:
Context, MetadataContext

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

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