Mono<Void> |
WebPubSubServiceAsyncClient.sendToAll(String message,
WebPubSubContentType contentType) |
Broadcast content inside request body to all the connected client connections.
|
void |
WebPubSubServiceClient.sendToAll(String message,
WebPubSubContentType contentType) |
Broadcast content inside request body to all the connected client connections.
|
Mono<com.azure.core.http.rest.Response<Void>> |
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.
|
Mono<Void> |
WebPubSubServiceAsyncClient.sendToConnection(String connectionId,
String message,
WebPubSubContentType contentType) |
Send content inside request body to the specific connection.
|
void |
WebPubSubServiceClient.sendToConnection(String connectionId,
String message,
WebPubSubContentType contentType) |
Send content inside request body to the specific connection.
|
Mono<com.azure.core.http.rest.Response<Void>> |
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.
|
Mono<Void> |
WebPubSubServiceAsyncClient.sendToGroup(String group,
String message,
WebPubSubContentType contentType) |
Send content inside request body to a group of connections.
|
void |
WebPubSubServiceClient.sendToGroup(String group,
String message,
WebPubSubContentType contentType) |
Send content inside request body to a group of connections.
|
Mono<com.azure.core.http.rest.Response<Void>> |
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.
|
Mono<Void> |
WebPubSubServiceAsyncClient.sendToUser(String userId,
String message,
WebPubSubContentType contentType) |
Send content inside request body to the specific user.
|
void |
WebPubSubServiceClient.sendToUser(String userId,
String message,
WebPubSubContentType contentType) |
Send content inside request body to the specific user.
|
Mono<com.azure.core.http.rest.Response<Void>> |
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.
|