Class EventHubManager
- java.lang.Object
-
- com.azure.spring.cloud.context.core.impl.AzureManager<com.azure.resourcemanager.eventhubs.models.EventHub,Tuple<com.azure.resourcemanager.eventhubs.models.EventHubNamespace,String>>
-
- com.azure.spring.cloud.context.core.impl.EventHubManager
-
- All Implemented Interfaces:
ResourceManager<com.azure.resourcemanager.eventhubs.models.EventHub,Tuple<com.azure.resourcemanager.eventhubs.models.EventHubNamespace,String>>
public class EventHubManager extends AzureManager<com.azure.resourcemanager.eventhubs.models.EventHub,Tuple<com.azure.resourcemanager.eventhubs.models.EventHubNamespace,String>>
Resource manager for Event Hubs.
-
-
Field Summary
-
Fields inherited from class com.azure.spring.cloud.context.core.impl.AzureManager
region, resourceGroup
-
-
Constructor Summary
Constructors Constructor Description EventHubManager(com.azure.resourcemanager.AzureResourceManager azureResourceManager, AzureProperties azureProperties)
Creates a new instance ofEventHubManager
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.resourcemanager.eventhubs.models.EventHub
internalCreate(Tuple<com.azure.resourcemanager.eventhubs.models.EventHubNamespace,String> namespaceAndName)
com.azure.resourcemanager.eventhubs.models.EventHub
internalGet(Tuple<com.azure.resourcemanager.eventhubs.models.EventHubNamespace,String> namespaceAndName)
-
Methods inherited from class com.azure.spring.cloud.context.core.impl.AzureManager
create, exists, get, getOrCreate
-
-
-
-
Constructor Detail
-
EventHubManager
public EventHubManager(com.azure.resourcemanager.AzureResourceManager azureResourceManager, AzureProperties azureProperties)
Creates a new instance ofEventHubManager
.- Parameters:
azureResourceManager
- The Azure resource manager.azureProperties
- The Azure properties.
-
-