Interface EventContext
-
- All Superinterfaces:
Context
,EntityContext
,EventSourcedContext
public interface EventContext extends EventSourcedContext
Context for an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
sequenceNumber()
The sequence number of the current event being processed.-
Methods inherited from interface io.cloudstate.javasupport.Context
serviceCallFactory
-
Methods inherited from interface io.cloudstate.javasupport.EntityContext
entityId
-
-