Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create
    • Endpoint reference and endpoint models are created at build time
  • Activate
    • Create the endpoint wires
    • Create the endpoint reference wires (eventual target service may not be known)
  • Start
    • Start bindings
  • Invoke
    • Endpoint - create chains when first message arrives
    • Endpoint reference
      • If endpoint resolved go ahead and created chains
      • If endpoint not resolved try and then resolve it and then create chaningschains etc
  • ServiceUnavailable at endpoint reference (Future)
    • repeat the endpoint reference resolution step, create chains etc
  • Resolve
    • There is a separate phase that resolves endpoint references to endpoints in the domain this can be run at build time but may be required later also