Class EventHubsConfigurationOptionsProxy
- java.lang.Object
-
- org.apache.camel.component.azure.eventhubs.EventHubsConfigurationOptionsProxy
-
public class EventHubsConfigurationOptionsProxy extends Object
A proxy class forEventHubsConfigurationandEventHubsConstants. Ideally this is responsible to obtain the correct configurations options either from configs or exchange headers
-
-
Constructor Summary
Constructors Constructor Description EventHubsConfigurationOptionsProxy(EventHubsConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventHubsConfigurationgetConfiguration()StringgetPartitionId(org.apache.camel.Exchange exchange)StringgetPartitionKey(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
EventHubsConfigurationOptionsProxy
public EventHubsConfigurationOptionsProxy(EventHubsConfiguration configuration)
-
-
Method Detail
-
getPartitionKey
public String getPartitionKey(org.apache.camel.Exchange exchange)
-
getPartitionId
public String getPartitionId(org.apache.camel.Exchange exchange)
-
getConfiguration
public EventHubsConfiguration getConfiguration()
-
-