public static final class PlatformServiceGrpc.PlatformServiceBlockingStub extends io.grpc.stub.AbstractStub<PlatformServiceGrpc.PlatformServiceBlockingStub>
Service describing operations for connecting to the AxonServer platform. Clients are expected to use this service on any of the Platform's Admin nodes to obtain connection information of the node that it should set up the actual connection with. On that second node, the clients should open an instruction stream (see OpenStream), so that AxonServer and the client application can exchange information and instructions.
Modifier and Type | Method and Description |
---|---|
protected PlatformServiceGrpc.PlatformServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
PlatformInfo |
getPlatformServer(ClientIdentification request)
Obtains connection information for the Server that a Client should use for its connections.
|
protected PlatformServiceGrpc.PlatformServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<PlatformServiceGrpc.PlatformServiceBlockingStub>
public PlatformInfo getPlatformServer(ClientIdentification request)
Obtains connection information for the Server that a Client should use for its connections.
Copyright © 2010–2020. All rights reserved.