They are not the same use case, at-all.
Dispatcher talks to many actors in one call. Problem is, you have to bind using a known type.
Interface is way of sending and receiving messages with actors without knowing anything about them.
They are not the same use case, at-all.
Dispatcher talks to many actors in one call. Problem is, you have to bind using a known type.
Interface is way of sending and receiving messages with actors without knowing anything about them.