Notification Endpoint Grpc Settings Response
data class NotificationEndpointGrpcSettingsResponse(val authority: String, val endpoint: String, val payloadName: String, val resendInterval: DurationResponse, val retryDurationSec: Int)
Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.
Constructors
Link copied to clipboard
fun NotificationEndpointGrpcSettingsResponse(authority: String, endpoint: String, payloadName: String, resendInterval: DurationResponse, retryDurationSec: Int)