java.io.deephaven.proto.backplane.grpc.TerminationNotificationResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven_core/proto/session.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface TerminationNotificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* whether or not this termination is expected
*
*
* bool abnormal_termination = 1;
* @return The abnormalTermination.
*/
boolean getAbnormalTermination();
/**
*
* if additional information is available then provide it in this field
*
*
* string reason = 2;
* @return The reason.
*/
java.lang.String getReason();
/**
*
* if additional information is available then provide it in this field
*
*
* string reason = 2;
* @return The bytes for reason.
*/
com.google.protobuf.ByteString
getReasonBytes();
/**
*
* if this is due to an exception, whether or not it was uncaught
*
*
* bool is_from_uncaught_exception = 3;
* @return The isFromUncaughtException.
*/
boolean getIsFromUncaughtException();
/**
*
* if applicable, the list of stack traces in reverse causal order
*
*
* repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
*/
java.util.List
getStackTracesList();
/**
*
* if applicable, the list of stack traces in reverse causal order
*
*
* repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
*/
io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace getStackTraces(int index);
/**
*
* if applicable, the list of stack traces in reverse causal order
*
*
* repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
*/
int getStackTracesCount();
/**
*
* if applicable, the list of stack traces in reverse causal order
*
*
* repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
*/
java.util.List extends io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTraceOrBuilder>
getStackTracesOrBuilderList();
/**
*
* if applicable, the list of stack traces in reverse causal order
*
*
* repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
*/
io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTraceOrBuilder getStackTracesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy