Class EventHubsBindingProperties
java.lang.Object
com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsBindingProperties
- All Implemented Interfaces:
org.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider
public class EventHubsBindingProperties
extends Object
implements org.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the consumer properties.Get the producer properties.void
setConsumer
(EventHubsConsumerProperties consumer) Set the consumer properties.void
setProducer
(EventHubsProducerProperties producer) Set the producer properties.
-
Constructor Details
-
EventHubsBindingProperties
public EventHubsBindingProperties()
-
-
Method Details
-
getConsumer
Get the consumer properties.- Specified by:
getConsumer
in interfaceorg.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider
- Returns:
- consumer the consumer properties
- See Also:
-
setConsumer
Set the consumer properties.- Parameters:
consumer
- the consumer properties
-
getProducer
Get the producer properties.- Specified by:
getProducer
in interfaceorg.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider
- Returns:
- producer the producer properties
- See Also:
-
setProducer
Set the producer properties.- Parameters:
producer
- the producer properties
-