public final class EventProcessor extends com.google.protobuf.GeneratedMessageV3 implements EventProcessorOrBuilder
io.axoniq.axonserver.grpc.admin.EventProcessor| Modifier and Type | Class and Description |
|---|---|
static class |
EventProcessor.Builder
Protobuf type
io.axoniq.axonserver.grpc.admin.EventProcessor |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_INSTANCE_FIELD_NUMBER |
static int |
IDENTIFIER_FIELD_NUMBER |
static int |
ISSTREAMING_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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
|
static EventProcessor |
getDefaultInstance() |
EventProcessor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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 |
getMode()
the event processor mode (subscribing, tracking, pooled)
|
com.google.protobuf.ByteString |
getModeBytes()
the event processor mode (subscribing, tracking, pooled)
|
com.google.protobuf.Parser<EventProcessor> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasIdentifier()
the identifier of the event processor
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EventProcessor.Builder |
newBuilder() |
static EventProcessor.Builder |
newBuilder(EventProcessor prototype) |
EventProcessor.Builder |
newBuilderForType() |
protected EventProcessor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EventProcessor |
parseDelimitedFrom(InputStream input) |
static EventProcessor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessor |
parseFrom(byte[] data) |
static EventProcessor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessor |
parseFrom(ByteBuffer data) |
static EventProcessor |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessor |
parseFrom(com.google.protobuf.ByteString data) |
static EventProcessor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessor |
parseFrom(InputStream input) |
static EventProcessor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EventProcessor> |
parser() |
EventProcessor.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int IDENTIFIER_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int ISSTREAMING_FIELD_NUMBER
public static final int CLIENT_INSTANCE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasIdentifier()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;hasIdentifier in interface EventProcessorOrBuilderpublic EventProcessorIdentifier getIdentifier()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;getIdentifier in interface EventProcessorOrBuilderpublic EventProcessorIdentifierOrBuilder getIdentifierOrBuilder()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier identifier = 1;getIdentifierOrBuilder in interface EventProcessorOrBuilderpublic String getMode()
the event processor mode (subscribing, tracking, pooled)
string mode = 2;getMode in interface EventProcessorOrBuilderpublic com.google.protobuf.ByteString getModeBytes()
the event processor mode (subscribing, tracking, pooled)
string mode = 2;getModeBytes in interface EventProcessorOrBuilderpublic boolean getIsStreaming()
true if the event processor is streaming, false otherwise
bool isStreaming = 3;getIsStreaming in interface EventProcessorOrBuilderpublic List<EventProcessorInstance> getClientInstanceList()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;getClientInstanceList in interface EventProcessorOrBuilderpublic List<? extends EventProcessorInstanceOrBuilder> getClientInstanceOrBuilderList()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;getClientInstanceOrBuilderList in interface EventProcessorOrBuilderpublic int getClientInstanceCount()
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;getClientInstanceCount in interface EventProcessorOrBuilderpublic EventProcessorInstance getClientInstance(int index)
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;getClientInstance in interface EventProcessorOrBuilderpublic EventProcessorInstanceOrBuilder getClientInstanceOrBuilder(int index)
client instances that subscribed the event processor
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorInstance client_instance = 4;getClientInstanceOrBuilder in interface EventProcessorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EventProcessor parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessor parseFrom(InputStream input) throws IOException
IOExceptionpublic static EventProcessor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProcessor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EventProcessor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProcessor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EventProcessor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EventProcessor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EventProcessor.Builder newBuilder()
public static EventProcessor.Builder newBuilder(EventProcessor prototype)
public EventProcessor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EventProcessor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EventProcessor getDefaultInstance()
public static com.google.protobuf.Parser<EventProcessor> parser()
public com.google.protobuf.Parser<EventProcessor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EventProcessor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020–2022 AxonIQ BV. All rights reserved.