Interface WireFormats.TailChoppingPoolOrBuilder

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

    public static interface WireFormats.TailChoppingPoolOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Detail

      • hasGeneric

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

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

        boolean hasInterval()
        required .FiniteDuration interval = 3;
        Returns:
        Whether the interval field is set.