org.openfeed.HeartBeatOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface HeartBeatOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.HeartBeat)
com.google.protobuf.MessageOrBuilder {
/**
*
* / UTC timestamp of transaction, nano seconds since Unix epoch
*
*
* sint64 transactionTime = 1;
* @return The transactionTime.
*/
long getTransactionTime();
/**
* string status = 2;
* @return The status.
*/
java.lang.String getStatus();
/**
* string status = 2;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* bool exchange = 3;
* @return The exchange.
*/
boolean getExchange();
/**
* sint32 channel = 4;
* @return The channel.
*/
int getChannel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy