Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clear() |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearAck()
Acknowledgement of previously sent instruction via outbound stream
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearEventProcessorInfo()
Information about Tracking Processors defined in the application.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearHeartbeat()
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearInstructionId()
Instruction identifier.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearRegister()
Information about the client being connected.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clearRequest() |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.clone() |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeEventProcessorInfo(EventProcessorInfo value)
Information about Tracking Processors defined in the application.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeFrom(com.google.protobuf.Message other) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeFrom(PlatformInboundInstruction other) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeHeartbeat(Heartbeat value)
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeRegister(ClientIdentification value)
Information about the client being connected.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PlatformInboundInstruction.Builder |
PlatformInboundInstruction.newBuilder() |
static PlatformInboundInstruction.Builder |
PlatformInboundInstruction.newBuilder(PlatformInboundInstruction prototype) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.newBuilderForType() |
protected PlatformInboundInstruction.Builder |
PlatformInboundInstruction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setAck(InstructionAck.Builder builderForValue)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setAck(InstructionAck value)
Acknowledgement of previously sent instruction via outbound stream
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setEventProcessorInfo(EventProcessorInfo.Builder builderForValue)
Information about Tracking Processors defined in the application.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setEventProcessorInfo(EventProcessorInfo value)
Information about Tracking Processors defined in the application.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setHeartbeat(Heartbeat.Builder builderForValue)
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setHeartbeat(Heartbeat value)
This heartbeat is used by AxonServer in order to check if the connection is still alive
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setInstructionId(String value)
Instruction identifier.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setInstructionIdBytes(com.google.protobuf.ByteString value)
Instruction identifier.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setRegister(ClientIdentification.Builder builderForValue)
Information about the client being connected.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setRegister(ClientIdentification value)
Information about the client being connected.
|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.toBuilder() |
Copyright © 2010–2020. All rights reserved.