Package | Description |
---|---|
io.axoniq.axonserver.grpc.command |
Modifier and Type | Method and Description |
---|---|
CommandSubscription |
CommandSubscription.Builder.build() |
CommandSubscription |
CommandSubscription.Builder.buildPartial() |
static CommandSubscription |
CommandSubscription.getDefaultInstance() |
CommandSubscription |
CommandSubscription.getDefaultInstanceForType() |
CommandSubscription |
CommandSubscription.Builder.getDefaultInstanceForType() |
CommandSubscription |
CommandProviderOutboundOrBuilder.getSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscription |
CommandProviderOutbound.getSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscription |
CommandProviderOutbound.Builder.getSubscribe()
Instruction to subscribe this component as handler of a specific type of command
|
CommandSubscription |
CommandProviderOutboundOrBuilder.getUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandSubscription |
CommandProviderOutbound.getUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
CommandSubscription |
CommandProviderOutbound.Builder.getUnsubscribe()
Instruction to unsubscribe this component as handler of a specific type of command
|
static CommandSubscription |
CommandSubscription.parseDelimitedFrom(InputStream input) |
static CommandSubscription |
CommandSubscription.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandSubscription |
CommandSubscription.parseFrom(byte[] data) |
static CommandSubscription |
CommandSubscription.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandSubscription |
CommandSubscription.parseFrom(ByteBuffer data) |
static CommandSubscription |
CommandSubscription.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandSubscription |
CommandSubscription.parseFrom(com.google.protobuf.ByteString data) |
static CommandSubscription |
CommandSubscription.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandSubscription |
CommandSubscription.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandSubscription |
CommandSubscription.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandSubscription |
CommandSubscription.parseFrom(InputStream input) |
static CommandSubscription |
CommandSubscription.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CommandSubscription> |
CommandSubscription.getParserForType() |
static com.google.protobuf.Parser<CommandSubscription> |
CommandSubscription.parser() |
Modifier and Type | Method and Description |
---|---|
CommandSubscription.Builder |
CommandSubscription.Builder.mergeFrom(CommandSubscription other) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeSubscribe(CommandSubscription value)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeUnsubscribe(CommandSubscription value)
Instruction to unsubscribe this component as handler of a specific type of command
|
static CommandSubscription.Builder |
CommandSubscription.newBuilder(CommandSubscription prototype) |
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setSubscribe(CommandSubscription value)
Instruction to subscribe this component as handler of a specific type of command
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setUnsubscribe(CommandSubscription value)
Instruction to unsubscribe this component as handler of a specific type of command
|
Copyright © 2010–2020. All rights reserved.