Skip to content

Abblix.SharedSignals.Model.Delivery Namespace

Classes
PollDeliveryMethodPoll delivery (SSF 1.0 Section 6.1.2, profiling RFC 8936): the receiver pulls SETs from the URL the transmitter supplied. The URL may be shared across receivers but must be unique per stream for a given receiver.
PushDeliveryMethodPush delivery (SSF 1.0 Section 6.1.1, profiling RFC 8935): the transmitter POSTs each SET to the URL the receiver supplied at stream creation.
PushDeliveryMethod.ParameterNamesThe wire names specific to push delivery.
StreamDeliveryMethodThe delivery half of a stream's configuration: how Security Event Tokens travel from the transmitter to the receiver. Each method is identified by the URI in the "method" member (SSF 1.0 Section 6.1), and the polymorphic serialization dispatches on that member.
StreamDeliveryMethod.ParameterNamesThe wire names of the members shared by every delivery method.
StreamDeliveryMethodJsonConverterSerialization of the polymorphic delivery object, dispatching on the "method" member (SSF 1.0 Section 6.1). An unknown method URI is rejected: a stream whose delivery method this side cannot operate is a configuration to refuse, not to carry around half-parsed.