Skip to content

Commit

Permalink
Added Req.Builder (command builder) in MicroBank example.
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrgeorge committed May 16, 2024
1 parent 800be35 commit ee75f99
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ data class AccountActor(
account.balance = 0
}

override fun onShutdown() {
println("XXXXXXXXXXXXXX")
}

override fun onReceive(m: Message, r: Response.Builder): Response {
val res = when (val msg = m.cast<Req>()) {
is Req.GetAccount -> account
Expand Down

0 comments on commit ee75f99

Please sign in to comment.