Uses of Class
com.azure.spring.messaging.eventhubs.core.properties.ProcessorProperties
Packages that use ProcessorProperties
Package
Description
Spring Messaging Event Hubs core package.
Spring Messaging Event Hubs properties abstraction.
-
Uses of ProcessorProperties in com.azure.spring.messaging.eventhubs.core
Constructor parameters in com.azure.spring.messaging.eventhubs.core with type arguments of type ProcessorPropertiesModifierConstructorDescriptionDefaultEventHubsNamespaceProcessorFactory(com.azure.messaging.eventhubs.CheckpointStore checkpointStore, NamespaceProperties namespaceProperties, PropertiesSupplier<ConsumerIdentifier, ProcessorProperties> supplier) Construct a factory with the providedCheckpointStore, namespace level properties and processorPropertiesSupplier.DefaultEventHubsNamespaceProcessorFactory(com.azure.messaging.eventhubs.CheckpointStore checkpointStore, PropertiesSupplier<ConsumerIdentifier, ProcessorProperties> supplier) Construct a factory with the providedCheckpointStoreand processorPropertiesSupplier. -
Uses of ProcessorProperties in com.azure.spring.messaging.eventhubs.core.properties
Subclasses of ProcessorProperties in com.azure.spring.messaging.eventhubs.core.propertiesModifier and TypeClassDescriptionclassThe properties to describe an Event Hubs listener container.