• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Terminology

This version was saved 14 years, 6 months ago View current version     Page history
Saved by Jeff Lindsay
on October 7, 2009 at 2:34:48 pm
 

Just a stub at the moment...

 

We need to choose and define terms (many which currently overlap), pare down this list:

  • Hook
    • http://en.wikipedia.org/wiki/Hooking (refer to the hook as the handler)
    • Some refer to the "trigger" side as the hook (ie: "this site has hooks")
    • Common alternatives for receiving side:
      • Callback
        • classic, functional inspired
      • Handler
        • generic, "handler script/URL"
        • combinable, "hook handler (?), event handler"
      • Listener
        • event-driven inspired "event listener"
      • Consumer
        • generic, some say "webhook consumer"
      • Observer
        • not terribly popular / academic (common implementation use callback or event terminology)
        • from Observer pattern
      • Postback
        • play on callback and POST, clever but not popular
      • Subscriber
        • Popular in PubSub/messaging paradigm
        • Seems to connote content/messages (over code and programming)
  • Trigger
    • Inspired by DB triggers
    • Focuses on the invokation/calling end
    • Common alternatives for sending side:
      • Publisher
        • Popular in PubSub/messaging paradigm
        • Seems to connote content/messages (over code and programming)
      • Producer
        • Opposite of consumer
        • Combinable with events: "event producer"
  • Event
    • The noun the "verbers" deal with
    • Common alternatives:
      • Message
      • Notification
      • Call (as in callback?)
      • Payload
  • Registration
    • Process of registering your callback/hook
    • Common alternatives:
      • Subscription
        • Has connotations of PubSub and content
  • Delivery
  • Discovery
    • Process that leads to registration
    • Process may involve getting meta-data about hooks/events
  • Fulfillment
    • Different from delivery? Is this an alternative?

[please add to this list...]

 

Comments (0)

You don't have permission to comment on this page.