Class EventHubsExtendedBindingProperties

java.lang.Object
org.springframework.cloud.stream.binder.AbstractExtendedBindingProperties<EventHubsConsumerProperties,EventHubsProducerProperties,EventHubsBindingProperties>
com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsExtendedBindingProperties
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.cloud.stream.binder.ExtendedBindingProperties<EventHubsConsumerProperties,EventHubsProducerProperties>, org.springframework.context.ApplicationContextAware

@ConfigurationProperties("spring.cloud.stream.eventhubs") public class EventHubsExtendedBindingProperties extends org.springframework.cloud.stream.binder.AbstractExtendedBindingProperties<EventHubsConsumerProperties,EventHubsProducerProperties,EventHubsBindingProperties> implements org.springframework.beans.factory.InitializingBean
Event Hubs extended binding properties.
  • Field Details

  • Constructor Details

    • EventHubsExtendedBindingProperties

      public EventHubsExtendedBindingProperties()
  • Method Details