Class FileDescriptorSource

java.lang.Object
org.infinispan.protostream.FileDescriptorSource

public final class FileDescriptorSource extends Object
Aggregator for source proto files to be passed to SerializationContext.registerProtoFiles(FileDescriptorSource). The files are guaranteed to be processed in the order they were added (for better predictability or error reporting).
Since:
2.0
Author:
gustavonalle, [email protected]