Class AzureContextUtils
java.lang.Object
com.azure.spring.cloud.autoconfigure.context.AzureContextUtils
Azure Context utilities.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Azure global properties bean name.static final String
Default credential task executory bean name.static final String
Default credential thread name prefix.static final String
Default token credential bean name.static final String
Event Hubs client builder factory bean name.static final String
Event Hubs consumer client builder bean name.static final String
Event Hubs consumer client builder factory bean name.static final String
Event Hubs processor checkpoint store storage client builder bean name.static final String
Event Hubs processor checkpoint store storage client builder factory bean name.static final String
Event Hubs producer client builder bean name.static final String
Event Hubs producer client builder factory bean name.static final String
Storage blob client builder bean name.static final String
Storage blob client builder factory bean name. -
Method Summary
-
Field Details
-
DEFAULT_TOKEN_CREDENTIAL_BEAN_NAME
Default token credential bean name.- See Also:
-
DEFAULT_CREDENTIAL_TASK_EXECUTOR_BEAN_NAME
Default credential task executory bean name.- See Also:
-
DEFAULT_CREDENTIAL_THREAD_NAME_PREFIX
Default credential thread name prefix.- See Also:
-
EVENT_HUB_CLIENT_BUILDER_FACTORY_BEAN_NAME
Event Hubs client builder factory bean name.- See Also:
-
EVENT_HUB_CONSUMER_CLIENT_BUILDER_FACTORY_BEAN_NAME
Event Hubs consumer client builder factory bean name.- See Also:
-
EVENT_HUB_CONSUMER_CLIENT_BUILDER_BEAN_NAME
Event Hubs consumer client builder bean name.- See Also:
-
EVENT_HUB_PRODUCER_CLIENT_BUILDER_FACTORY_BEAN_NAME
Event Hubs producer client builder factory bean name.- See Also:
-
EVENT_HUB_PRODUCER_CLIENT_BUILDER_BEAN_NAME
Event Hubs producer client builder bean name.- See Also:
-
AZURE_GLOBAL_PROPERTY_BEAN_NAME
Azure global properties bean name.- See Also:
-
EVENT_HUB_PROCESSOR_CHECKPOINT_STORE_STORAGE_CLIENT_BUILDER_FACTORY_BEAN_NAME
public static final String EVENT_HUB_PROCESSOR_CHECKPOINT_STORE_STORAGE_CLIENT_BUILDER_FACTORY_BEAN_NAMEEvent Hubs processor checkpoint store storage client builder factory bean name.- See Also:
-
EVENT_HUB_PROCESSOR_CHECKPOINT_STORE_STORAGE_CLIENT_BUILDER_BEAN_NAME
Event Hubs processor checkpoint store storage client builder bean name.- See Also:
-
STORAGE_BLOB_CLIENT_BUILDER_FACTORY_BEAN_NAME
Storage blob client builder factory bean name.- See Also:
-
STORAGE_BLOB_CLIENT_BUILDER_BEAN_NAME
Storage blob client builder bean name.- See Also:
-