Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
EventProcessorInfo |
EventProcessorInfo.Builder.build() |
EventProcessorInfo |
EventProcessorInfo.Builder.buildPartial() |
static EventProcessorInfo |
EventProcessorInfo.getDefaultInstance() |
EventProcessorInfo |
EventProcessorInfo.getDefaultInstanceForType() |
EventProcessorInfo |
EventProcessorInfo.Builder.getDefaultInstanceForType() |
EventProcessorInfo |
PlatformInboundInstruction.getEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
EventProcessorInfo |
PlatformInboundInstruction.Builder.getEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
EventProcessorInfo |
PlatformInboundInstructionOrBuilder.getEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
static EventProcessorInfo |
EventProcessorInfo.parseDelimitedFrom(InputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(byte[] data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(ByteBuffer data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(InputStream input) |
static EventProcessorInfo |
EventProcessorInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<EventProcessorInfo> |
EventProcessorInfo.getParserForType() |
static com.google.protobuf.Parser<EventProcessorInfo> |
EventProcessorInfo.parser() |
Modifier and Type | Method and Description |
---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeEventProcessorInfo(EventProcessorInfo value)
Information about Tracking Processors defined in the application.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeFrom(EventProcessorInfo other) |
static EventProcessorInfo.Builder |
EventProcessorInfo.newBuilder(EventProcessorInfo prototype) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setEventProcessorInfo(EventProcessorInfo value)
Information about Tracking Processors defined in the application.
|
Copyright © 2010–2020. All rights reserved.