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 resolve it and then create chanings
  • ServiceUnavailable at endpoint reference (Future)
    • repeat the endpoint reference resolution step

...