Package | Description |
---|---|
io.axoniq.axonserver.grpc.control | |
org.axonframework.axonserver.connector |
Modifier and Type | Method and Description |
---|---|
NodeInfo |
NodeInfo.Builder.build() |
NodeInfo |
NodeInfo.Builder.buildPartial() |
static NodeInfo |
NodeInfo.getDefaultInstance() |
NodeInfo |
NodeInfo.getDefaultInstanceForType() |
NodeInfo |
NodeInfo.Builder.getDefaultInstanceForType() |
NodeInfo |
PlatformOutboundInstructionOrBuilder.getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
NodeInfo |
PlatformOutboundInstruction.getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
NodeInfo |
PlatformOutboundInstruction.Builder.getNodeNotification()
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
NodeInfo |
PlatformInfo.getPrimary()
The connection details of the node the client should connect with
|
NodeInfo |
PlatformInfo.Builder.getPrimary()
The connection details of the node the client should connect with
|
NodeInfo |
PlatformInfoOrBuilder.getPrimary()
The connection details of the node the client should connect with
|
static NodeInfo |
NodeInfo.parseDelimitedFrom(InputStream input) |
static NodeInfo |
NodeInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(byte[] data) |
static NodeInfo |
NodeInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(ByteBuffer data) |
static NodeInfo |
NodeInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.ByteString data) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(InputStream input) |
static NodeInfo |
NodeInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<NodeInfo> |
NodeInfo.getParserForType() |
static com.google.protobuf.Parser<NodeInfo> |
NodeInfo.parser() |
Modifier and Type | Method and Description |
---|---|
NodeInfo.Builder |
NodeInfo.Builder.mergeFrom(NodeInfo other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeNodeNotification(NodeInfo value)
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformInfo.Builder |
PlatformInfo.Builder.mergePrimary(NodeInfo value)
The connection details of the node the client should connect with
|
static NodeInfo.Builder |
NodeInfo.newBuilder(NodeInfo prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo value)
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
|
PlatformInfo.Builder |
PlatformInfo.Builder.setPrimary(NodeInfo value)
The connection details of the node the client should connect with
|
Modifier and Type | Method and Description |
---|---|
List<NodeInfo> |
AxonServerConfiguration.routingServers() |
Copyright © 2010–2020. All rights reserved.