Interface WireFormats.FromConfigOrBuilder

  • All Superinterfaces:
    org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    WireFormats.FromConfig, WireFormats.FromConfig.Builder
    Enclosing class:
    WireFormats

    public static interface WireFormats.FromConfigOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContainerFormats.Payload getResizer()
      optional .Payload resizer = 1;
      ContainerFormats.PayloadOrBuilder getResizerOrBuilder()
      optional .Payload resizer = 1;
      java.lang.String getRouterDispatcher()
      optional string routerDispatcher = 2;
      org.apache.pekko.protobufv3.internal.ByteString getRouterDispatcherBytes()
      optional string routerDispatcher = 2;
      boolean hasResizer()
      optional .Payload resizer = 1;
      boolean hasRouterDispatcher()
      optional string routerDispatcher = 2;
      • 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 Detail

      • hasResizer

        boolean hasResizer()
        optional .Payload resizer = 1;
        Returns:
        Whether the resizer field is set.
      • hasRouterDispatcher

        boolean hasRouterDispatcher()
        optional string routerDispatcher = 2;
        Returns:
        Whether the routerDispatcher field is set.
      • getRouterDispatcher

        java.lang.String getRouterDispatcher()
        optional string routerDispatcher = 2;
        Returns:
        The routerDispatcher.
      • getRouterDispatcherBytes

        org.apache.pekko.protobufv3.internal.ByteString getRouterDispatcherBytes()
        optional string routerDispatcher = 2;
        Returns:
        The bytes for routerDispatcher.