public interface EventProcessorInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventProcessorSegment |
getClaimedSegment(int index)
status of all segments claimed by the client
|
int |
getClaimedSegmentCount()
status of all segments claimed by the client
|
List<EventProcessorSegment> |
getClaimedSegmentList()
status of all segments claimed by the client
|
EventProcessorSegmentOrBuilder |
getClaimedSegmentOrBuilder(int index)
status of all segments claimed by the client
|
List<? extends EventProcessorSegmentOrBuilder> |
getClaimedSegmentOrBuilderList()
status of all segments claimed by the client
|
String |
getClientId()
the client identifier
|
com.google.protobuf.ByteString |
getClientIdBytes()
the client identifier
|
boolean |
getIsRunning()
true if the client instance of the event processor is running, false otherwise
|
int |
getMaxCapacity()
the max number of segments that this client can claim
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClientId()
the client identifier
string client_id = 1;com.google.protobuf.ByteString getClientIdBytes()
the client identifier
string client_id = 1;boolean getIsRunning()
true if the client instance of the event processor is running, false otherwise
bool isRunning = 2;int getMaxCapacity()
the max number of segments that this client can claim
int32 max_capacity = 3;List<EventProcessorSegment> getClaimedSegmentList()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;EventProcessorSegment getClaimedSegment(int index)
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;int getClaimedSegmentCount()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;List<? extends EventProcessorSegmentOrBuilder> getClaimedSegmentOrBuilderList()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;EventProcessorSegmentOrBuilder getClaimedSegmentOrBuilder(int index)
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;Copyright © 2020–2022 AxonIQ BV. All rights reserved.