public interface EventProcessorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventProcessorInstance |
getClientInstance(int index)
client instances that subscribed the event processor
|
int |
getClientInstanceCount()
client instances that subscribed the event processor
|
List<EventProcessorInstance> |
getClientInstanceList()
client instances that subscribed the event processor
|
EventProcessorInstanceOrBuilder |
getClientInstanceOrBuilder(int index)
client instances that subscribed the event processor
|
List<? extends EventProcessorInstanceOrBuilder> |
getClientInstanceOrBuilderList()
client instances that subscribed the event processor
|
EventProcessorIdentifier |
getIdentifier()
the identifier of the event processor
|
EventProcessorIdentifierOrBuilder |
getIdentifierOrBuilder()
the identifier of the event processor
|
boolean |
getIsStreaming()
true if the event processor is streaming, false otherwise
|
String |
getLoadBalancingStrategyName()
current load balancing strategy name for the event processor
|
com.google.protobuf.ByteString |
getLoadBalancingStrategyNameBytes()
current load balancing strategy name for the event processor
|
String |
getMode()
the event processor mode (subscribing, tracking, pooled)
|
com.google.protobuf.ByteString |
getModeBytes()
the event processor mode (subscribing, tracking, pooled)
|
boolean |
hasIdentifier()
the identifier of the event processor
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;EventProcessorIdentifier getIdentifier()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;EventProcessorIdentifierOrBuilder getIdentifierOrBuilder()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;String getMode()
the event processor mode (subscribing, tracking, pooled)
string mode = 2;com.google.protobuf.ByteString getModeBytes()
the event processor mode (subscribing, tracking, pooled)
string mode = 2;boolean getIsStreaming()
true if the event processor is streaming, false otherwise
bool isStreaming = 3;List<EventProcessorInstance> getClientInstanceList()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;EventProcessorInstance getClientInstance(int index)
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;int getClientInstanceCount()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;List<? extends EventProcessorInstanceOrBuilder> getClientInstanceOrBuilderList()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;EventProcessorInstanceOrBuilder getClientInstanceOrBuilder(int index)
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;String getLoadBalancingStrategyName()
current load balancing strategy name for the event processor
string load_balancing_strategy_name = 5;com.google.protobuf.ByteString getLoadBalancingStrategyNameBytes()
current load balancing strategy name for the event processor
string load_balancing_strategy_name = 5;Copyright © 2020–2023 AxonIQ BV. All rights reserved.