public interface AmqpConnection
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterForConnectionError(org.apache.qpid.proton.engine.Link link) |
String |
getHostName()
Host name intended to be used on Amqp Connection Open frame
|
void |
onConnectionError(org.apache.qpid.proton.amqp.transport.ErrorCondition error) |
void |
onOpenComplete(Exception exception) |
void |
registerForConnectionError(org.apache.qpid.proton.engine.Link link) |
String getHostName()
void onOpenComplete(Exception exception)
void onConnectionError(org.apache.qpid.proton.amqp.transport.ErrorCondition error)
void registerForConnectionError(org.apache.qpid.proton.engine.Link link)
void deregisterForConnectionError(org.apache.qpid.proton.engine.Link link)
Copyright © 2019. All rights reserved.