public abstract class AbstractAzureConnectionProvider<T> extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventHubName |
protected boolean |
shareConnection |
static String |
WARNING_USER_SHOULD_CONFIGURE_BLOB_STORAGE_ACCOUNT |
| Constructor and Description |
|---|
AbstractAzureConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventHubName() |
boolean |
isShareConnection() |
void |
setEventHubName(String eventHubName) |
void |
setShareConnection(boolean shareConnection) |
public static final String WARNING_USER_SHOULD_CONFIGURE_BLOB_STORAGE_ACCOUNT
@Parameter @Summary(value="The name of the Event Hub.") protected String eventHubName
@Parameter @Optional @Placement(tab="Advanced") @Summary(value="Toggles the builder to use the same connection for producers or consumers.") protected boolean shareConnection
Copyright © 2025 MuleSoft, Inc.. All rights reserved.