Package | Description |
---|---|
org.apache.qpid.proton.hawtdispatch.api | |
org.apache.qpid.proton.hawtdispatch.impl |
Modifier and Type | Class and Description |
---|---|
class |
ChainedCallback<In,Out>
Function Result that carries one value.
|
class |
Promise<T> |
Modifier and Type | Field and Description |
---|---|
Callback<Out> |
ChainedCallback.next |
Modifier and Type | Method and Description |
---|---|
void |
AmqpConnection.onConnected(Callback<Void> cb) |
void |
AmqpConnection.onDisconnected(Callback<Void> cb) |
void |
MessageDelivery.onEncoded(Callback<Void> cb) |
void |
AmqpSender.onOverflowBufferDrained(Callback<Void> cb) |
void |
MessageDelivery.onRemoteStateChange(Callback<DeliveryState> cb) |
void |
MessageDelivery.onSettle(Callback<DeliveryState> cb) |
void |
AmqpConnection.onTransportFailure(Callback<Throwable> cb) |
void |
Promise.then(Callback<T> callback) |
void |
Future.then(Callback<T> callback) |
Constructor and Description |
---|
ChainedCallback(Callback<Out> next) |
Modifier and Type | Method and Description |
---|---|
void |
AmqpTransport.onTransportConnected(Callback<Void> cb) |
void |
AmqpTransport.onTransportDisconnected(Callback<Void> cb) |
void |
AmqpTransport.onTransportFailure(Callback<Throwable> cb) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.