Explicit event from Replicator of fully loaded durable data

Hi there! I’m not so good in scala so i didn’t find the answer from code.
Are there any chance to subscribe/get on event/message from replicator which means that replicator fully load durable data ?

It is stashing all messages until the loading is completed, so normally you don’t have to care. Your Update or Get request will be processed after the loading.

If you anyway need a signal you can send a Get or GetReplicaCount and when you receive the response you know that it has loaded durable data.