Package org.apache.pekko.remote
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 Summary
Modifier and TypeMethodDescriptionrequired .GenericRoutingPool generic = 1;required .GenericRoutingPool generic = 1;required .FiniteDuration within = 2;required .FiniteDuration within = 2;booleanrequired .GenericRoutingPool generic = 1;booleanrequired .FiniteDuration within = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGeneric
boolean hasGeneric()required .GenericRoutingPool generic = 1;- Returns:
- Whether the generic field is set.
-
getGeneric
WireFormats.GenericRoutingPool getGeneric()required .GenericRoutingPool generic = 1;- Returns:
- The generic.
-
getGenericOrBuilder
WireFormats.GenericRoutingPoolOrBuilder getGenericOrBuilder()required .GenericRoutingPool generic = 1; -
hasWithin
boolean hasWithin()required .FiniteDuration within = 2;- Returns:
- Whether the within field is set.
-
getWithin
WireFormats.FiniteDuration getWithin()required .FiniteDuration within = 2;- Returns:
- The within.
-
getWithinOrBuilder
WireFormats.FiniteDurationOrBuilder getWithinOrBuilder()required .FiniteDuration within = 2;
-