Class ConnectClientSuccess

All Implemented Interfaces:
Serializable, Immutable

@Beta public final class ConnectClientSuccess extends RequestSuccess<ClientIdentifier,ConnectClientSuccess>
Successful reply to an ConnectClientRequest. Client actor which initiated this connection should use the version reported via Message.getVersion() of this message to communicate with this backend. Should this backend fail, the client can try accessing the provided alternates.
Author:
Robert Varga
See Also: