Skip to content

Transport Choice

TPF keeps pipeline behavior separate from transport wiring, so APIs can evolve without rewriting core flow logic.

At a Glance

One Model, Many Surfaces · Generate gRPC, REST, and local clients from the same definition.
Domain First · Transport details stay in generated adapters.
Function Ready · Function-platform support where it adds value.

Use This When

  • Different clients need different protocols.
  • You are migrating interfaces and need to avoid big-bang rewrites.
  • You need to keep contracts consistent across transports without manual reconciliation.

Jump to Guides