WebSub recommendation, which facilitates a push-based content delivery/notification mechanism between publishers and subscribers. "> API Docs - Record : ExtensionConfig

Record - websub : ExtensionConfig

The extension configuration to introduce custom subscriber services.

Fields

  • topicIdentifier TopicIdentifier (default TOPIC_ID_HEADER)
  • The identifier based on which dispatching should happen for custom subscriber

  • topicHeader string? (default ())
  • The header to consider if required with dispatching for custom services

  • headerResourceMap map? (default ())
  • The mapping between header value and resource details

  • payloadKeyResourceMap map? (default ())
  • The mapping between value for a particular JSON payload key and resource details

  • headerAndPayloadKeyResourceMap map? (default ())
  • The mapping between values for the header and a particular JSON payload key and resource details