Package akka.stream
Interface StreamRefMessages.RemoteStreamFailureOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
StreamRefMessages.RemoteStreamFailure
,StreamRefMessages.RemoteStreamFailure.Builder
- Enclosing class:
- StreamRefMessages
public static interface StreamRefMessages.RemoteStreamFailureOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.protobufv3.internal.ByteString
getCause()
optional bytes cause = 1;
boolean
hasCause()
optional bytes cause = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-