Interface StreamRefMessages.ActorRefOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
StreamRefMessages.ActorRef, StreamRefMessages.ActorRef.Builder
Enclosing class:
StreamRefMessages

public static interface StreamRefMessages.ActorRefOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required string path = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string path = 1;
    boolean
    required string path = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

    • hasPath

      boolean hasPath()
      required string path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
      required string path = 1;
      Returns:
      The path.
    • getPathBytes

      org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
      required string path = 1;
      Returns:
      The bytes for path.