Package | Description |
---|---|
io.axoniq.axonserver.grpc.command |
Modifier and Type | Method and Description |
---|---|
Command.Builder |
Command.Builder.addAllProcessingInstructions(Iterable<? extends ProcessingInstruction> values)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.addProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.addProcessingInstructions(int index,
ProcessingInstruction value)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.addProcessingInstructions(ProcessingInstruction.Builder builderForValue)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.addProcessingInstructions(ProcessingInstruction value)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.clear() |
Command.Builder |
Command.Builder.clearClientId()
optional string client_id = 7; |
Command.Builder |
Command.Builder.clearComponentName()
optional string component_name = 8; |
Command.Builder |
Command.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Command.Builder |
Command.Builder.clearMessageIdentifier()
A message id
|
Command.Builder |
Command.Builder.clearMetaData() |
Command.Builder |
Command.Builder.clearName()
optional string name = 2; |
Command.Builder |
Command.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Command.Builder |
Command.Builder.clearPayload()
optional .io.axoniq.axonserver.grpc.SerializedObject payload = 4; |
Command.Builder |
Command.Builder.clearProcessingInstructions()
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.clearTimestamp()
optional int64 timestamp = 3; |
Command.Builder |
Command.Builder.clone() |
Command.Builder |
CommandProviderInbound.Builder.getCommandBuilder()
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Command.Builder |
Command.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
Command.Builder |
Command.Builder.mergeFrom(com.google.protobuf.Message other) |
Command.Builder |
Command.Builder.mergePayload(SerializedObject value)
optional .io.axoniq.axonserver.grpc.SerializedObject payload = 4; |
Command.Builder |
Command.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Command.Builder |
Command.newBuilder() |
static Command.Builder |
Command.newBuilder(Command prototype) |
Command.Builder |
Command.newBuilderForType() |
protected Command.Builder |
Command.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Command.Builder |
Command.Builder.putAllMetaData(Map<String,MetaDataValue> values)
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5; |
Command.Builder |
Command.Builder.putMetaData(String key,
MetaDataValue value)
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5; |
Command.Builder |
Command.Builder.removeMetaData(String key)
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5; |
Command.Builder |
Command.Builder.removeProcessingInstructions(int index)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.setClientId(String value)
optional string client_id = 7; |
Command.Builder |
Command.Builder.setClientIdBytes(com.google.protobuf.ByteString value)
optional string client_id = 7; |
Command.Builder |
Command.Builder.setComponentName(String value)
optional string component_name = 8; |
Command.Builder |
Command.Builder.setComponentNameBytes(com.google.protobuf.ByteString value)
optional string component_name = 8; |
Command.Builder |
Command.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.Builder |
Command.Builder.setMessageIdentifier(String value)
A message id
|
Command.Builder |
Command.Builder.setMessageIdentifierBytes(com.google.protobuf.ByteString value)
A message id
|
Command.Builder |
Command.Builder.setName(String value)
optional string name = 2; |
Command.Builder |
Command.Builder.setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
Command.Builder |
Command.Builder.setPayload(SerializedObject.Builder builderForValue)
optional .io.axoniq.axonserver.grpc.SerializedObject payload = 4; |
Command.Builder |
Command.Builder.setPayload(SerializedObject value)
optional .io.axoniq.axonserver.grpc.SerializedObject payload = 4; |
Command.Builder |
Command.Builder.setProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.setProcessingInstructions(int index,
ProcessingInstruction value)
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 6; |
Command.Builder |
Command.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Command.Builder |
Command.Builder.setTimestamp(long value)
optional int64 timestamp = 3; |
Command.Builder |
Command.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Command.Builder |
Command.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CommandProviderInbound.Builder |
CommandProviderInbound.Builder.setCommand(Command.Builder builderForValue)
optional .io.axoniq.axonserver.grpc.command.Command command = 2; |
Copyright © 2010–2018. All rights reserved.