Package akka.stream

Interface StreamRefMessages.RemoteStreamFailureOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCause

        boolean hasCause()
        optional bytes cause = 1;
        Returns:
        Whether the cause field is set.
      • getCause

        akka.protobufv3.internal.ByteString getCause()
        optional bytes cause = 1;
        Returns:
        The cause.