Interface WireFormats.GenericRoutingPoolOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    required uint32 nrOfInstances = 1;
    optional .Payload resizer = 4;
    optional .Payload resizer = 4;
    optional string routerDispatcher = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string routerDispatcher = 2;
    boolean
    required bool usePoolDispatcher = 3;
    boolean
    required uint32 nrOfInstances = 1;
    boolean
    optional .Payload resizer = 4;
    boolean
    optional string routerDispatcher = 2;
    boolean
    required bool usePoolDispatcher = 3;

    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

    • hasNrOfInstances

      boolean hasNrOfInstances()
      required uint32 nrOfInstances = 1;
      Returns:
      Whether the nrOfInstances field is set.
    • getNrOfInstances

      int getNrOfInstances()
      required uint32 nrOfInstances = 1;
      Returns:
      The nrOfInstances.
    • hasRouterDispatcher

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

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

      boolean hasUsePoolDispatcher()
      required bool usePoolDispatcher = 3;
      Returns:
      Whether the usePoolDispatcher field is set.
    • getUsePoolDispatcher

      boolean getUsePoolDispatcher()
      required bool usePoolDispatcher = 3;
      Returns:
      The usePoolDispatcher.
    • hasResizer

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

      optional .Payload resizer = 4;
      Returns:
      The resizer.
    • getResizerOrBuilder

      ContainerFormats.PayloadOrBuilder getResizerOrBuilder()
      optional .Payload resizer = 4;