Class ConnectFlow

java.lang.Object
app.l2nx.gs.adapter.core.connect.ConnectFlow
All Implemented Interfaces:
Runnable

public final class ConnectFlow extends Object implements Runnable
Drives the platform-side connect lifecycle through a host-type-specific HostConnectFlow strategy and emits an ConnectFlow.Outcome per logical state transition. The strategy owns the endpoint URL + typed response deserialization; this class owns retry / backoff / state-machine semantics.

Status-code dispatch:

ConnectFlow.Outcome.STARTING is emitted at the top of every run (initial submit and every retry) so the orchestrator can drive the REGISTERING transition.