Interface EventHubsBatchMessageListener
-
- All Superinterfaces:
MessageListener<com.azure.messaging.eventhubs.models.EventBatchContext>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface EventHubsBatchMessageListener extends MessageListener<com.azure.messaging.eventhubs.models.EventBatchContext>
A listener to process Event Hub batch events.
-
-
Method Summary
-
Methods inherited from interface com.azure.spring.cloud.service.listener.MessageListener
onMessage
-
-