Package org.apache.pekko.remote
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
Modifier and TypeMethodDescriptionoptional .Payload resizer = 1;optional .Payload resizer = 1;optional string routerDispatcher = 2;org.apache.pekko.protobufv3.internal.ByteStringoptional string routerDispatcher = 2;booleanoptional .Payload resizer = 1;booleanoptional string routerDispatcher = 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
-
hasResizer
boolean hasResizer()optional .Payload resizer = 1;- Returns:
- Whether the resizer field is set.
-
getResizer
ContainerFormats.Payload getResizer()optional .Payload resizer = 1;- Returns:
- The resizer.
-
getResizerOrBuilder
ContainerFormats.PayloadOrBuilder getResizerOrBuilder()optional .Payload resizer = 1; -
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.
-