Class SlackSignalerFactory

Namespace
Kuestenlogik.Bowire.Monitoring.Slack
Assembly
Kuestenlogik.Bowire.Monitoring.Slack.dll

Contributes the slack --signal scheme.

public sealed class SlackSignalerFactory : ISignalerFactory
Inheritance
SlackSignalerFactory
Implements
Inherited Members

Constructors

SlackSignalerFactory()

public SlackSignalerFactory()

Properties

Scheme

The --signal scheme this factory handles (e.g. slack).

public string Scheme { get; }

Property Value

string

Methods

Create(string)

Build the signaler from the argument after scheme: — a webhook URL, a routing key, an OTLP endpoint, … Throws SignalerConfigException when the argument is missing or malformed.

public ISignaler Create(string argument)

Parameters

argument string

Returns

ISignaler