All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clientserver.protocol.session.heartbeat.heartbeat.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";

package de.unistuttgart.isw.sfsc.clientserver.protocol.session.heartbeat;
import "framework/types/types.proto";
option java_multiple_files = true;

message HeartbeatMessage {
  de.unistuttgart.isw.sfsc.framework.types.SfscId adapter_id = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy