Uses of Interface
org.elasticsoftware.elasticactors.reactivestreams.InternalPersistentSubscription
-
Packages that use InternalPersistentSubscription Package Description org.elasticsoftware.elasticactors.reactivestreams org.elasticsoftware.elasticactors.state -
-
Uses of InternalPersistentSubscription in org.elasticsoftware.elasticactors.reactivestreams
Methods in org.elasticsoftware.elasticactors.reactivestreams with parameters of type InternalPersistentSubscription Modifier and Type Method Description voidProcessorContext. addSubscription(InternalPersistentSubscription persistentSubscription) -
Uses of InternalPersistentSubscription in org.elasticsoftware.elasticactors.state
Methods in org.elasticsoftware.elasticactors.state that return types with arguments of type InternalPersistentSubscription Modifier and Type Method Description List<InternalPersistentSubscription>PersistentActor. getPersistentSubscriptions()Optional<InternalPersistentSubscription>PersistentActor. getSubscription(String messageName, ActorRef publisherRef)Methods in org.elasticsoftware.elasticactors.state with parameters of type InternalPersistentSubscription Modifier and Type Method Description voidPersistentActor. addSubscription(InternalPersistentSubscription persistentSubscription)Constructor parameters in org.elasticsoftware.elasticactors.state with type arguments of type InternalPersistentSubscription 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)
-