public interface EventProcessorIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessorName()
the name of the processor
|
com.google.protobuf.ByteString |
getProcessorNameBytes()
the name of the processor
|
String |
getTokenStoreIdentifier()
the identifier of the token store this event processor is using
|
com.google.protobuf.ByteString |
getTokenStoreIdentifierBytes()
the identifier of the token store this event processor is using
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcessorName()
the name of the processor
string processor_name = 1;com.google.protobuf.ByteString getProcessorNameBytes()
the name of the processor
string processor_name = 1;String getTokenStoreIdentifier()
the identifier of the token store this event processor is using
string token_store_identifier = 2;com.google.protobuf.ByteString getTokenStoreIdentifierBytes()
the identifier of the token store this event processor is using
string token_store_identifier = 2;Copyright © 2020–2022 AxonIQ BV. All rights reserved.