ProtonLink.openHandler

Sets a handler for when an AMQP Attach frame is received from the remote peer.

Typically used by clients, servers rely on {@link ProtonConnection#senderOpenHandler(Handler)} and {@link ProtonConnection#receiverOpenHandler(Handler)}.

@param remoteOpenHandler the handler @return the link

interface ProtonLink(T)
T
openHandler

Meta