Interface ActorSystemProvider

  • All Known Implementing Classes:
    ActorSystemProviderImpl

    public interface ActorSystemProvider
    Interface that provides an akka ActorSystem instance.
    Author:
    Thomas Pantelis
    • Method Detail

      • getActorSystem

        @NonNull ActorSystem getActorSystem()
        Returns the ActorSystem.
        Returns:
        the ActorSystem.