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

ro-iproxy.0.5.4.source-code.zero.status.proto Maven / Gradle / Ivy

syntax = "proto3";

option java_multiple_files = true;
option java_package = "io.vertx.tp.ipc.eon";
option java_outer_classname = "UpStatus";

package io.vertx.tp.ipc.eon;

message IpcStatus {
    // Status Code
    int32 code = 1;
    // Status Content
    string message = 2;
}

message RetryParams {
    // Retry
    int32 max_reconnect = 1;
}

message RetryInfo {
    // Whether authorized
    bool passed = 1;
    // Backoff
    repeated int32 backoff_ms = 2;
}

message ResponseParams {
    // Size
    int32 size = 1;
    // Interval us
    int32 interval_us = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy