86 строки
5.2 KiB
YAML
86 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions"
|
|
name: "SendEventOptions"
|
|
nameWithType: "SendEventOptions"
|
|
summary: "The options when send event."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SendEventOptions**"
|
|
constructors:
|
|
- uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions.SendEventOptions()"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions.SendEventOptions()"
|
|
name: "SendEventOptions()"
|
|
nameWithType: "SendEventOptions.SendEventOptions()"
|
|
summary: "Creates a new instance of Send<wbr>Event<wbr>Options."
|
|
syntax: "public SendEventOptions()"
|
|
desc: "Creates a new instance of SendEventOptions."
|
|
methods:
|
|
- uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions.getAckId()"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions.getAckId()"
|
|
name: "getAckId()"
|
|
nameWithType: "SendEventOptions.getAckId()"
|
|
summary: "Gets the ack<wbr>Id option."
|
|
syntax: "public Long getAckId()"
|
|
desc: "Gets the ackId option."
|
|
returns:
|
|
description: "the ackId option."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions.isFireAndForget()"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions.isFireAndForget()"
|
|
name: "isFireAndForget()"
|
|
nameWithType: "SendEventOptions.isFireAndForget()"
|
|
summary: "Gets the fire<wbr>And<wbr>Forget option."
|
|
syntax: "public boolean isFireAndForget()"
|
|
desc: "Gets the fireAndForget option."
|
|
returns:
|
|
description: "the fireAndForget option."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions.setAckId(java.lang.Long)"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions.setAckId(Long ackId)"
|
|
name: "setAckId(Long ackId)"
|
|
nameWithType: "SendEventOptions.setAckId(Long ackId)"
|
|
summary: "Sets the ack<wbr>Id option."
|
|
parameters:
|
|
- description: "the ackId option. Client will provide auto increment ID, if set to <code>null</code>."
|
|
name: "ackId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public SendEventOptions setAckId(Long ackId)"
|
|
desc: "Sets the ackId option."
|
|
returns:
|
|
description: "itself."
|
|
type: "<xref href=\"com.azure.messaging.webpubsub.client.models.SendEventOptions?alt=com.azure.messaging.webpubsub.client.models.SendEventOptions&text=SendEventOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.webpubsub.client.models.SendEventOptions.setFireAndForget(boolean)"
|
|
fullName: "com.azure.messaging.webpubsub.client.models.SendEventOptions.setFireAndForget(boolean fireAndForget)"
|
|
name: "setFireAndForget(boolean fireAndForget)"
|
|
nameWithType: "SendEventOptions.setFireAndForget(boolean fireAndForget)"
|
|
summary: "Sets the fire<wbr>And<wbr>Forget option."
|
|
parameters:
|
|
- description: "the fireAndForget option."
|
|
name: "fireAndForget"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SendEventOptions setFireAndForget(boolean fireAndForget)"
|
|
desc: "Sets the fireAndForget option. When true, client does not wait for AckMessage."
|
|
returns:
|
|
description: "itself."
|
|
type: "<xref href=\"com.azure.messaging.webpubsub.client.models.SendEventOptions?alt=com.azure.messaging.webpubsub.client.models.SendEventOptions&text=SendEventOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The options when send event."
|
|
metadata: {}
|
|
package: "com.azure.messaging.webpubsub.client.models"
|
|
artifact: com.azure:azure-messaging-webpubsub-client:1.0.8
|