Skip to content

Add shorthand to get the underlying actor #1

@alexdoth

Description

@alexdoth

Currently to get the underlying actor one needs to write the following:

val underlyingActor = testActor.actorObject[TestActorClass]

Instead, it's simpler and avoids the extra verbosity if we can refer to the underlying actor without the need to specify the class name.

val underlyingActor = testActor.underlyingActor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions