public final class RemoteActorShardRefFactory extends Object implements org.elasticsoftware.elasticactors.cluster.ActorRefFactory
| Constructor and Description |
|---|
RemoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext,
com.google.common.cache.Cache<String,org.elasticsoftware.elasticactors.ActorRef> actorRefCache) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsoftware.elasticactors.ActorRef |
create(String refSpec) |
protected org.elasticsoftware.elasticactors.ActorRef |
handleRemoteNode(String[] components,
String actorId) |
protected org.elasticsoftware.elasticactors.ActorRef |
handleRemoteService(String[] components,
String actorId) |
protected org.elasticsoftware.elasticactors.ActorRef |
handleRemoteShard(String[] components,
String actorId) |
org.elasticsoftware.elasticactors.ActorRef |
parse(String refSpec) |
public RemoteActorShardRefFactory(org.springframework.context.ApplicationContext applicationContext,
com.google.common.cache.Cache<String,org.elasticsoftware.elasticactors.ActorRef> actorRefCache)
public org.elasticsoftware.elasticactors.ActorRef create(String refSpec)
create in interface org.elasticsoftware.elasticactors.cluster.ActorRefFactorypublic final org.elasticsoftware.elasticactors.ActorRef parse(String refSpec)
protected org.elasticsoftware.elasticactors.ActorRef handleRemoteShard(String[] components, String actorId)
protected org.elasticsoftware.elasticactors.ActorRef handleRemoteNode(String[] components, String actorId)
Copyright © 2021. All rights reserved.