Uses of Class
com.azure.spring.messaging.eventhubs.core.properties.EventHubsContainerProperties
Packages that use EventHubsContainerProperties
Package
Description
Spring Messaging Event Hubs core package.
Spring Messaging Event Hubs listener implementation.
-
Uses of EventHubsContainerProperties in com.azure.spring.messaging.eventhubs.core
Methods in com.azure.spring.messaging.eventhubs.core with parameters of type EventHubsContainerPropertiesModifier and TypeMethodDescriptioncom.azure.messaging.eventhubs.EventProcessorClientDefaultEventHubsNamespaceProcessorFactory.createProcessor(String eventHub, String consumerGroup, EventHubsContainerProperties containerProperties) com.azure.messaging.eventhubs.EventProcessorClientEventHubsProcessorFactory.createProcessor(String eventHub, String consumerGroup, EventHubsContainerProperties containerProperties) Create anEventProcessorClientto consume events from the specified event hub in the context of the given consumer group. -
Uses of EventHubsContainerProperties in com.azure.spring.messaging.eventhubs.core.listener
Methods in com.azure.spring.messaging.eventhubs.core.listener that return EventHubsContainerPropertiesConstructors in com.azure.spring.messaging.eventhubs.core.listener with parameters of type EventHubsContainerPropertiesModifierConstructorDescriptionEventHubsMessageListenerContainer(EventHubsProcessorFactory processorFactory, EventHubsContainerProperties containerProperties) Create an instance using the supplied processor factory and container properties.