public interface ProcessingInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ProcessingKey |
getKey()
The type of processing message.
|
int |
getKeyValue()
The type of processing message.
|
MetaDataValue |
getValue()
The value associated with the processing key.
|
MetaDataValueOrBuilder |
getValueOrBuilder()
The value associated with the processing key.
|
boolean |
hasValue()
The value associated with the processing key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getKeyValue()
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
ProcessingKey getKey()
The type of processing message.
.io.axoniq.axonserver.grpc.ProcessingKey key = 1;
boolean hasValue()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
MetaDataValue getValue()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
MetaDataValueOrBuilder getValueOrBuilder()
The value associated with the processing key.
.io.axoniq.axonserver.grpc.MetaDataValue value = 2;
Copyright © 2010–2020. All rights reserved.