Interface WireFormats.ScatterGatherPoolOrBuilder

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

public static interface WireFormats.ScatterGatherPoolOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasGeneric

      boolean hasGeneric()
      required .GenericRoutingPool generic = 1;
      Returns:
      Whether the generic field is set.
    • getGeneric

      required .GenericRoutingPool generic = 1;
      Returns:
      The generic.
    • getGenericOrBuilder

      required .GenericRoutingPool generic = 1;
    • hasWithin

      boolean hasWithin()
      required .FiniteDuration within = 2;
      Returns:
      Whether the within field is set.
    • getWithin

      required .FiniteDuration within = 2;
      Returns:
      The within.
    • getWithinOrBuilder

      required .FiniteDuration within = 2;