azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

34 строки
1.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.amqp.IAmqpSender"
fullName: "com.microsoft.azure.servicebus.amqp.IAmqpSender"
name: "IAmqpSender"
nameWithType: "IAmqpSender"
syntax: "public interface **IAmqpSender**</br> extends <xref href=\"com.microsoft.azure.servicebus.amqp.IAmqpLink?alt=com.microsoft.azure.servicebus.amqp.IAmqpLink&text=IAmqpLink\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.servicebus.amqp.IAmqpSender.onFlow(int)"
fullName: "com.microsoft.azure.servicebus.amqp.IAmqpSender.onFlow(int creditIssued)"
name: "onFlow(int creditIssued)"
nameWithType: "IAmqpSender.onFlow(int creditIssued)"
modifiers:
- "abstract"
parameters:
- name: "creditIssued"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void onFlow(int creditIssued)"
- uid: "com.microsoft.azure.servicebus.amqp.IAmqpSender.onSendComplete(org.apache.qpid.proton.engine.Delivery)"
fullName: "com.microsoft.azure.servicebus.amqp.IAmqpSender.onSendComplete(Delivery delivery)"
name: "onSendComplete(Delivery delivery)"
nameWithType: "IAmqpSender.onSendComplete(Delivery delivery)"
modifiers:
- "abstract"
parameters:
- name: "delivery"
type: "<xref href=\"org.apache.qpid.proton.engine.Delivery?alt=org.apache.qpid.proton.engine.Delivery&text=Delivery\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void onSendComplete(Delivery delivery)"
type: "interface"
implements:
- "<xref href=\"com.microsoft.azure.servicebus.amqp.IAmqpLink?alt=com.microsoft.azure.servicebus.amqp.IAmqpLink&text=IAmqpLink\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.servicebus.amqp"
artifact: com.microsoft.azure:azure-servicebus:3.6.7