AzureEventHubs constructor

AzureEventHubs({
  1. String? clientId,
  2. String? eventHub,
  3. String? gcpServiceAccount,
  4. String? namespace,
  5. String? resourceGroup,
  6. String? state,
  7. String? subscriptionId,
  8. String? tenantId,
})

Implementation

AzureEventHubs({
  this.clientId,
  this.eventHub,
  this.gcpServiceAccount,
  this.namespace,
  this.resourceGroup,
  this.state,
  this.subscriptionId,
  this.tenantId,
});