Interface Scheduler


public interface Scheduler
  • Method Summary

    Modifier and Type
    Method
    Description
    <Event> void
    emit(Event event, Topic<Event> topic)
     
    <State> State
    get(CellId<State> cellId)
     
    void
    spawn(InSpan taskSpan, TaskFactory<?> task)
     
  • Method Details

    • get

      <State> State get(CellId<State> cellId)
    • emit

      <Event> void emit(Event event, Topic<Event> topic)
    • spawn

      void spawn(InSpan taskSpan, TaskFactory<?> task)