Uses of Class
io.dapr.client.domain.BulkPublishResponse
-
Uses of BulkPublishResponse in io.dapr.client
Modifier and TypeMethodDescription<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprClientImpl.publishEvents
(BulkPublishRequest<T> request) Publish multiple events to Dapr in a single request.<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprPreviewClient.publishEvents
(BulkPublishRequest<T> request) Publish multiple events to Dapr in a single request.<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprPreviewClient.publishEvents
(String pubsubName, String topicName, String contentType, List<T> events) Publish multiple events to Dapr in a single request.<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprPreviewClient.publishEvents
(String pubsubName, String topicName, String contentType, Map<String, String> requestMetadata, List<T> events) Publish multiple events to Dapr in a single request.<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprPreviewClient.publishEvents
(String pubsubName, String topicName, String contentType, Map<String, String> requestMetadata, T... events) Publish multiple events to Dapr in a single request.<T> reactor.core.publisher.Mono<BulkPublishResponse<T>>
DaprPreviewClient.publishEvents
(String pubsubName, String topicName, String contentType, T... events) Publish multiple events to Dapr in a single request.