LinkStateCallback Interface

public interface LinkStateCallback

Interface that defines the callbacks used by AMQP links to notify their respective AMQP sessions about state changes

Method Summary

Modifier and Type Method and Description
abstract void onReceiverLinkRemoteOpen()

Callback that executes when the receiver link has opened successfully

abstract void onSenderLinkRemoteOpen()

Callback that executes when the sender link has opened successfully

Method Details

onReceiverLinkRemoteOpen

public abstract void onReceiverLinkRemoteOpen()

Callback that executes when the receiver link has opened successfully

onSenderLinkRemoteOpen

public abstract void onSenderLinkRemoteOpen()

Callback that executes when the sender link has opened successfully

Applies to