Uses of Class
org.elasticsoftware.elasticactors.state.MessageSubscriber
-
Packages that use MessageSubscriber Package Description org.elasticsoftware.elasticactors.state -
-
Uses of MessageSubscriber in org.elasticsoftware.elasticactors.state
Methods in org.elasticsoftware.elasticactors.state that return types with arguments of type MessageSubscriber Modifier and Type Method Description com.google.common.collect.HashMultimap<String,MessageSubscriber>PersistentActor. getMessageSubscribers()Methods in org.elasticsoftware.elasticactors.state with parameters of type MessageSubscriber Modifier and Type Method Description voidPersistentActor. addSubscriber(String messageName, MessageSubscriber messageSubscriber)booleanPersistentActor. removeSubscriber(String messageName, MessageSubscriber messageSubscriber)Constructor parameters in org.elasticsoftware.elasticactors.state with type arguments of type MessageSubscriber Constructor Description PersistentActor(K key, InternalActorSystem actorSystem, String currentActorStateVersion, String previousActorSystemVersion, ActorRef ref, Class<? extends ElasticActor> actorClass, byte[] serializedState, com.google.common.collect.HashMultimap<String,MessageSubscriber> messageSubscribers, List<InternalPersistentSubscription> persistentSubscriptions)This Constructor should be used when the PersistentActor is deserializedPersistentActor(K key, InternalActorSystem actorSystem, String currentActorStateVersion, String previousActorSystemVersion, ActorRef ref, Class<? extends ElasticActor> actorClass, byte[] serializedState, String affinityKey, com.google.common.collect.HashMultimap<String,MessageSubscriber> messageSubscribers, List<InternalPersistentSubscription> persistentSubscriptions)
-