Package akka.stream

Interface StreamRefMessages.RemoteStreamFailureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      akka.protobuf.ByteString getCause()
      optional bytes cause = 1;
      boolean hasCause()
      optional bytes cause = 1;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

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

      • hasCause

        boolean hasCause()
        optional bytes cause = 1;
      • getCause

        akka.protobuf.ByteString getCause()
        optional bytes cause = 1;