Interface EventHubsRecordMessageListener

All Superinterfaces:
MessageListener<com.azure.messaging.eventhubs.models.EventContext>
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 EventHubsRecordMessageListener extends MessageListener<com.azure.messaging.eventhubs.models.EventContext>
A listener to process Event Hub record events.