public interface EventProcessorIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContextName()
optional parameter to pass in the context name to indicate where the processor is located
|
com.google.protobuf.ByteString |
getContextNameBytes()
optional parameter to pass in the context name to indicate where the processor is located
|
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;String getContextName()
optional parameter to pass in the context name to indicate where the processor is located
string context_name = 3;com.google.protobuf.ByteString getContextNameBytes()
optional parameter to pass in the context name to indicate where the processor is located
string context_name = 3;Copyright © 2020–2023 AxonIQ BV. All rights reserved.