FileRegistry

The FileRegistry is a register where all files provided by FileStores are listed.

The FileRegistry is a singleton. There is only one FileRegistry in an nyssr.net.

It is provided as a microservice. Messages to this microservice include a microservice ID in the envelope.

final IId microServiceId = CIdFactory.fromObject("file.registry");
final CEnvelope env = CEnvelope.forMicroService(microServiceId);

nyssr.net - Innovative Distributed System