Class RemoteActorShardRefFactory

java.lang.Object
org.elasticsoftware.elasticactors.client.cluster.RemoteActorShardRefFactory
All Implemented Interfaces:
org.elasticsoftware.elasticactors.cluster.ActorRefFactory

public final class RemoteActorShardRefFactory extends Object implements org.elasticsoftware.elasticactors.cluster.ActorRefFactory
  • Constructor Details

    • RemoteActorShardRefFactory

      public RemoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext, com.google.common.cache.Cache<String,org.elasticsoftware.elasticactors.ActorRef> actorRefCache)
  • Method Details

    • create

      public org.elasticsoftware.elasticactors.ActorRef create(String refSpec)
      Specified by:
      create in interface org.elasticsoftware.elasticactors.cluster.ActorRefFactory
    • parse

      public org.elasticsoftware.elasticactors.ActorRef parse(String refSpec)