Uses of Enum
com.azure.messaging.webpubsub.models.WebPubSubContentType
Packages that use WebPubSubContentType
Package
Description
Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service.
Package containing model classes for use with the Azure Web Pub Sub Service.
-
Uses of WebPubSubContentType in com.azure.messaging.webpubsub
Methods in com.azure.messaging.webpubsub with parameters of type WebPubSubContentTypeModifier and TypeMethodDescriptionWebPubSubServiceAsyncClient.sendToAll(String message, WebPubSubContentType contentType) Broadcast content inside request body to all the connected client connections.voidWebPubSubServiceClient.sendToAll(String message, WebPubSubContentType contentType) Broadcast content inside request body to all the connected client connections.WebPubSubServiceAsyncClient.sendToAllWithResponse(com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Broadcast content inside request body to all the connected client connections.com.azure.core.http.rest.Response<Void>WebPubSubServiceClient.sendToAllWithResponse(com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Broadcast content inside request body to all the connected client connections.WebPubSubServiceAsyncClient.sendToConnection(String connectionId, String message, WebPubSubContentType contentType) Send content inside request body to the specific connection.voidWebPubSubServiceClient.sendToConnection(String connectionId, String message, WebPubSubContentType contentType) Send content inside request body to the specific connection.WebPubSubServiceAsyncClient.sendToConnectionWithResponse(String connectionId, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to the specific connection.com.azure.core.http.rest.Response<Void>WebPubSubServiceClient.sendToConnectionWithResponse(String connectionId, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to the specific connection.WebPubSubServiceAsyncClient.sendToGroup(String group, String message, WebPubSubContentType contentType) Send content inside request body to a group of connections.voidWebPubSubServiceClient.sendToGroup(String group, String message, WebPubSubContentType contentType) Send content inside request body to a group of connections.WebPubSubServiceAsyncClient.sendToGroupWithResponse(String group, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to a group of connections.com.azure.core.http.rest.Response<Void>WebPubSubServiceClient.sendToGroupWithResponse(String group, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to a group of connections.WebPubSubServiceAsyncClient.sendToUser(String userId, String message, WebPubSubContentType contentType) Send content inside request body to the specific user.voidWebPubSubServiceClient.sendToUser(String userId, String message, WebPubSubContentType contentType) Send content inside request body to the specific user.WebPubSubServiceAsyncClient.sendToUserWithResponse(String userId, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to the specific user.com.azure.core.http.rest.Response<Void>WebPubSubServiceClient.sendToUserWithResponse(String userId, com.azure.core.util.BinaryData message, WebPubSubContentType contentType, long contentLength, com.azure.core.http.rest.RequestOptions requestOptions) Send content inside request body to the specific user. -
Uses of WebPubSubContentType in com.azure.messaging.webpubsub.models
Methods in com.azure.messaging.webpubsub.models that return WebPubSubContentTypeModifier and TypeMethodDescriptionstatic WebPubSubContentTypeWebPubSubContentType.fromString(String value) Parses a serialized value to a ContentType instance.static WebPubSubContentTypeReturns the enum constant of this type with the specified name.static WebPubSubContentType[]WebPubSubContentType.values()Returns an array containing the constants of this enum type, in the order they are declared.