NotificationEndpointGrpcSettings constructor

NotificationEndpointGrpcSettings({
  1. String? authority,
  2. String? endpoint,
  3. String? payloadName,
  4. Duration? resendInterval,
  5. int? retryDurationSec,
})

Implementation

NotificationEndpointGrpcSettings({
  this.authority,
  this.endpoint,
  this.payloadName,
  this.resendInterval,
  this.retryDurationSec,
});