slatekit / kiit

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...
https://www.kiit.dev
Apache License 2.0
112 stars 13 forks source link

JOB: Redesign using Actors ( part 2 ) #277

Closed kishorereddy closed 3 years ago

kishorereddy commented 3 years ago

Overview

Redesign the Jobs component to use the new Actors module

Ticket(s)

n/a

Links(s)

n/a

Dependencies

n/a

Design

  1. Renamed some classes
  2. Cleaner handling of the messages
  3. Cleaner handling of the control state changes

Notes

n/a

Pending

n/a

Tests

All tests now passing.