serverserver.registry.registryEntry.proto Maven / Gradle / Ivy
The newest version!
syntax = "proto3";
package de.unistuttgart.isw.sfsc.serverserver.registry;
import "framework/types/types.proto";
import "framework/descriptor/service.proto";
option java_multiple_files = true;
message RegistryEntry {
de.unistuttgart.isw.sfsc.framework.types.SfscId adapterId = 1;
de.unistuttgart.isw.sfsc.framework.types.SfscId coreId = 2;
de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor data = 3;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy