Interface UpdateContext

All Superinterfaces:
Context, MetadataContext, ViewContext

public interface UpdateContext extends ViewContext, 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.