Package | Description |
---|---|
io.axoniq.axonserver.grpc.command |
Modifier and Type | Method and Description |
---|---|
CommandSubscription.Builder |
CommandSubscription.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandSubscription.Builder |
CommandSubscription.Builder.clear() |
CommandSubscription.Builder |
CommandSubscription.Builder.clearClientId()
The unique identifier of the component instance subscribing
|
CommandSubscription.Builder |
CommandSubscription.Builder.clearCommand()
The name of the command the component can handle
|
CommandSubscription.Builder |
CommandSubscription.Builder.clearComponentName()
The name/type of the component handling the command
|
CommandSubscription.Builder |
CommandSubscription.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandSubscription.Builder |
CommandSubscription.Builder.clearLoadFactor()
A number that represents the client's relative load capacity compared to other clients.
|
CommandSubscription.Builder |
CommandSubscription.Builder.clearMessageId()
A unique identifier for this subscription.
|
CommandSubscription.Builder |
CommandSubscription.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandSubscription.Builder |
CommandSubscription.Builder.clone() |
CommandSubscription.Builder |
CommandProviderOutbound.Builder.getSubscribeBuilder()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscription.Builder |
CommandProviderOutbound.Builder.getUnsubscribeBuilder()
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandSubscription.Builder |
CommandSubscription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandSubscription.Builder |
CommandSubscription.Builder.mergeFrom(CommandSubscription other) |
CommandSubscription.Builder |
CommandSubscription.Builder.mergeFrom(com.google.protobuf.Message other) |
CommandSubscription.Builder |
CommandSubscription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CommandSubscription.Builder |
CommandSubscription.newBuilder() |
static CommandSubscription.Builder |
CommandSubscription.newBuilder(CommandSubscription prototype) |
CommandSubscription.Builder |
CommandSubscription.newBuilderForType() |
protected CommandSubscription.Builder |
CommandSubscription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CommandSubscription.Builder |
CommandSubscription.Builder.setClientId(String value)
The unique identifier of the component instance subscribing
|
CommandSubscription.Builder |
CommandSubscription.Builder.setClientIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the component instance subscribing
|
CommandSubscription.Builder |
CommandSubscription.Builder.setCommand(String value)
The name of the command the component can handle
|
CommandSubscription.Builder |
CommandSubscription.Builder.setCommandBytes(com.google.protobuf.ByteString value)
The name of the command the component can handle
|
CommandSubscription.Builder |
CommandSubscription.Builder.setComponentName(String value)
The name/type of the component handling the command
|
CommandSubscription.Builder |
CommandSubscription.Builder.setComponentNameBytes(com.google.protobuf.ByteString value)
The name/type of the component handling the command
|
CommandSubscription.Builder |
CommandSubscription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandSubscription.Builder |
CommandSubscription.Builder.setLoadFactor(int value)
A number that represents the client's relative load capacity compared to other clients.
|
CommandSubscription.Builder |
CommandSubscription.Builder.setMessageId(String value)
A unique identifier for this subscription.
|
CommandSubscription.Builder |
CommandSubscription.Builder.setMessageIdBytes(com.google.protobuf.ByteString value)
A unique identifier for this subscription.
|
CommandSubscription.Builder |
CommandSubscription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommandSubscription.Builder |
CommandSubscription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandSubscription.Builder |
CommandSubscription.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setSubscribe(CommandSubscription.Builder builderForValue)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setUnsubscribe(CommandSubscription.Builder builderForValue)
Instruction to unsubscribe this component as handler of a specific type of command
|
Copyright © 2010–2020. All rights reserved.