Interface ReadonlyStreamProcessorContext

All Known Implementing Classes:
StreamProcessorContext

public interface ReadonlyStreamProcessorContext
  • Method Details

    • getScheduleService

      ProcessingScheduleService getScheduleService()
    • getPartitionId

      int getPartitionId()
      Returns the partition ID
      Returns:
      partition ID
    • enableAsyncScheduledTasks

      boolean enableAsyncScheduledTasks()
      Returns:
      true when scheduled tasks should run async, concurrently to the processing actor.
    • getClock

      StreamClock getClock()