Uses of Interface
com.azure.spring.messaging.eventhubs.core.EventHubsProcessorFactory
Packages that use EventHubsProcessorFactory
Package
Description
Spring Messaging Event Hubs core package.
Spring Messaging Event Hubs listener implementation.
-
Uses of EventHubsProcessorFactory in com.azure.spring.messaging.eventhubs.core
Classes in com.azure.spring.messaging.eventhubs.core that implement EventHubsProcessorFactoryModifier and TypeClassDescriptionfinal classTheEventHubsProcessorFactoryimplementation to produce newEventProcessorClientinstances for providedCheckpointStorecheckpointStoreand optionalNamespacePropertiesand processorPropertiesSupplieron eachDefaultEventHubsNamespaceProcessorFactory.createProcessor(java.lang.String, java.lang.String, com.azure.spring.cloud.service.listener.MessageListener<?>, com.azure.spring.cloud.service.eventhubs.consumer.EventHubsErrorHandler)invocation. -
Uses of EventHubsProcessorFactory in com.azure.spring.messaging.eventhubs.core.listener
Constructors in com.azure.spring.messaging.eventhubs.core.listener with parameters of type EventHubsProcessorFactoryModifierConstructorDescriptionEventHubsMessageListenerContainer(EventHubsProcessorFactory processorFactory, EventHubsContainerProperties containerProperties) Create an instance using the supplied processor factory and container properties.