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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Get Bindings.Class<? extends org.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider>
Methods inherited from class org.springframework.cloud.stream.binder.AbstractExtendedBindingProperties
doGetBindings, getExtendedConsumerProperties, getExtendedProducerProperties, setApplicationContext, setBindings
-
Field Details
-
PREFIX
Event Hubs extended binding properties prefix.- See Also:
-
-
Constructor Details
-
EventHubsExtendedBindingProperties
public EventHubsExtendedBindingProperties()
-
-
Method Details
-
getDefaultsPrefix
- Specified by:
getDefaultsPrefix
in interfaceorg.springframework.cloud.stream.binder.ExtendedBindingProperties<EventHubsConsumerProperties,
EventHubsProducerProperties>
-
getExtendedPropertiesEntryClass
public Class<? extends org.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider> getExtendedPropertiesEntryClass()- Specified by:
getExtendedPropertiesEntryClass
in interfaceorg.springframework.cloud.stream.binder.ExtendedBindingProperties<EventHubsConsumerProperties,
EventHubsProducerProperties>
-
getBindings
Get Bindings.- Specified by:
getBindings
in interfaceorg.springframework.cloud.stream.binder.ExtendedBindingProperties<EventHubsConsumerProperties,
EventHubsProducerProperties> - Returns:
- Bindings value
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-