| Package | Description |
|---|---|
| com.microsoft.azure.spring.cloud.context.core.api | |
| com.microsoft.azure.spring.cloud.context.core.impl | |
| com.microsoft.azure.spring.cloud.context.core.util |
| Modifier and Type | Method and Description |
|---|---|
ResourceManager<com.microsoft.azure.management.eventhub.EventHubConsumerGroup,Tuple<com.microsoft.azure.management.eventhub.EventHub,String>> |
ResourceManagerProvider.getEventHubConsumerGroupManager() |
ResourceManager<com.microsoft.azure.management.eventhub.EventHub,Tuple<com.microsoft.azure.management.eventhub.EventHubNamespace,String>> |
ResourceManagerProvider.getEventHubManager() |
ResourceManager<com.microsoft.azure.management.servicebus.Queue,Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String>> |
ResourceManagerProvider.getServiceBusQueueManager() |
ResourceManager<com.microsoft.azure.management.servicebus.Topic,Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String>> |
ResourceManagerProvider.getServiceBusTopicManager() |
ResourceManager<com.microsoft.azure.management.servicebus.ServiceBusSubscription,Tuple<com.microsoft.azure.management.servicebus.Topic,String>> |
ResourceManagerProvider.getServiceBusTopicSubscriptionManager() |
ResourceManager<com.microsoft.azure.storage.queue.CloudQueue,Tuple<com.microsoft.azure.storage.CloudStorageAccount,String>> |
ResourceManagerProvider.getStorageQueueManager() |
| Modifier and Type | Method and Description |
|---|---|
ResourceManager<com.microsoft.azure.management.eventhub.EventHubConsumerGroup,Tuple<com.microsoft.azure.management.eventhub.EventHub,String>> |
AzureResourceManagerProvider.getEventHubConsumerGroupManager() |
ResourceManager<com.microsoft.azure.management.eventhub.EventHub,Tuple<com.microsoft.azure.management.eventhub.EventHubNamespace,String>> |
AzureResourceManagerProvider.getEventHubManager() |
ResourceManager<com.microsoft.azure.management.servicebus.Queue,Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String>> |
AzureResourceManagerProvider.getServiceBusQueueManager() |
ResourceManager<com.microsoft.azure.management.servicebus.Topic,Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String>> |
AzureResourceManagerProvider.getServiceBusTopicManager() |
ResourceManager<com.microsoft.azure.management.servicebus.ServiceBusSubscription,Tuple<com.microsoft.azure.management.servicebus.Topic,String>> |
AzureResourceManagerProvider.getServiceBusTopicSubscriptionManager() |
ResourceManager<com.microsoft.azure.storage.queue.CloudQueue,Tuple<com.microsoft.azure.storage.CloudStorageAccount,String>> |
AzureResourceManagerProvider.getStorageQueueManager() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.storage.queue.CloudQueue |
StorageQueueManager.internalCreate(Tuple<com.microsoft.azure.storage.CloudStorageAccount,String> key) |
com.microsoft.azure.management.eventhub.EventHub |
EventHubManager.internalCreate(Tuple<com.microsoft.azure.management.eventhub.EventHubNamespace,String> namespaceAndName) |
com.microsoft.azure.management.eventhub.EventHubConsumerGroup |
EventHubConsumerGroupManager.internalCreate(Tuple<com.microsoft.azure.management.eventhub.EventHub,String> eventHubAndGroup) |
com.microsoft.azure.management.servicebus.Topic |
ServiceBusTopicManager.internalCreate(Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String> namespaceAndName) |
com.microsoft.azure.management.servicebus.Queue |
ServiceBusQueueManager.internalCreate(Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String> namespaceAndName) |
com.microsoft.azure.management.servicebus.ServiceBusSubscription |
ServiceBusTopicSubscriptionManager.internalCreate(Tuple<com.microsoft.azure.management.servicebus.Topic,String> topicAndSubscriptionName) |
com.microsoft.azure.storage.queue.CloudQueue |
StorageQueueManager.internalGet(Tuple<com.microsoft.azure.storage.CloudStorageAccount,String> key) |
com.microsoft.azure.management.eventhub.EventHub |
EventHubManager.internalGet(Tuple<com.microsoft.azure.management.eventhub.EventHubNamespace,String> namespaceAndName) |
com.microsoft.azure.management.eventhub.EventHubConsumerGroup |
EventHubConsumerGroupManager.internalGet(Tuple<com.microsoft.azure.management.eventhub.EventHub,String> eventHubAndGroup) |
com.microsoft.azure.management.servicebus.Topic |
ServiceBusTopicManager.internalGet(Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String> namespaceAndName) |
com.microsoft.azure.management.servicebus.Queue |
ServiceBusQueueManager.internalGet(Tuple<com.microsoft.azure.management.servicebus.ServiceBusNamespace,String> namespaceAndName) |
com.microsoft.azure.management.servicebus.ServiceBusSubscription |
ServiceBusTopicSubscriptionManager.internalGet(Tuple<com.microsoft.azure.management.servicebus.Topic,String> topicAndSubscriptionName) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Tuple<T,U> |
Tuple.of(T first,
U second) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R> BiFunction<T,U,R> |
Memoizer.memoize(Map<Tuple<T,U>,R> map,
BiFunction<T,U,R> biFunction) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.