Interface BucketData<T extends BucketData<T>>

    • Method Detail

      • getWatchActor

        Optional<ActorRef> getWatchActor()
        Return the ActorRef which should be tracked as the authoritative source of this bucket's data. The bucket will be invalidated should the actor be reported as Terminated.
        Returns:
        Optional ActorRef.