| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clear() |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clearProcessorName()
the name of the processor
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clearTokenStoreIdentifier()
the identifier of the token store this event processor is using
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.clone() |
EventProcessorIdentifier.Builder |
MoveSegment.Builder.getEventProcessorBuilder()
the identifier of the event processor
|
EventProcessorIdentifier.Builder |
EventProcessor.Builder.getIdentifierBuilder()
the identifier of the event processor
|
EventProcessorIdentifier.Builder |
LoadBalanceRequest.Builder.getProcessorBuilder()
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier processor = 1; |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.mergeFrom(EventProcessorIdentifier other) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.mergeFrom(com.google.protobuf.Message other) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static EventProcessorIdentifier.Builder |
EventProcessorIdentifier.newBuilder() |
static EventProcessorIdentifier.Builder |
EventProcessorIdentifier.newBuilder(EventProcessorIdentifier prototype) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.newBuilderForType() |
protected EventProcessorIdentifier.Builder |
EventProcessorIdentifier.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setProcessorName(String value)
the name of the processor
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setProcessorNameBytes(com.google.protobuf.ByteString value)
the name of the processor
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setTokenStoreIdentifier(String value)
the identifier of the token store this event processor is using
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setTokenStoreIdentifierBytes(com.google.protobuf.ByteString value)
the identifier of the token store this event processor is using
|
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventProcessorIdentifier.Builder |
EventProcessorIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MoveSegment.Builder |
MoveSegment.Builder.setEventProcessor(EventProcessorIdentifier.Builder builderForValue)
the identifier of the event processor
|
EventProcessor.Builder |
EventProcessor.Builder.setIdentifier(EventProcessorIdentifier.Builder builderForValue)
the identifier of the event processor
|
LoadBalanceRequest.Builder |
LoadBalanceRequest.Builder.setProcessor(EventProcessorIdentifier.Builder builderForValue)
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier processor = 1; |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.