Skip to content

Behavior of Tell vs Notify #191

@NatElkins

Description

@NatElkins

Hi,

Great project! I am trying to compare the experience of using Orleankka to using Akka.NET. The default messaging pattern in Akka.NET is to use Tell, rather than Ask. I see that in Orleankka, a Tell method is also used. The default behavior of Tell in Akka.NET is to return as soon as the message has been added to the Actor's mailbox. Does Tell have the same behavior in Orleankka? I notice that it returns a task which gets awaited. And how does this differ from Notify?

Here's a recent article I read which may be relevant: https://petabridge.com/blog/actorref-tell-ask/

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions