Uses of Class
com.azure.messaging.eventhubs.models.EventBatchContext
Packages that use EventBatchContext
Package
Description
Azure Event Hubs is a highly scalable
publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
-
Uses of EventBatchContext in com.azure.messaging.eventhubs
Method parameters in com.azure.messaging.eventhubs with type arguments of type EventBatchContextModifier and TypeMethodDescriptionEventProcessorClientBuilder.processEventBatch(Consumer<EventBatchContext> processEventBatch, int maxBatchSize) The function that is called for each event received by thisEventProcessorClient.EventProcessorClientBuilder.processEventBatch(Consumer<EventBatchContext> processEventBatch, int maxBatchSize, Duration maxWaitTime) The function that is called for each event received by thisEventProcessorClient.