elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
217 stars 12 forks source link

Test utils for extracting messages and requests from Envelope #121

Closed RicoGit closed 6 months ago

RicoGit commented 6 months ago

HI! Added convenient methods for extracting specific message and requests type from Envelope in tests.