Creates a bridge that forwards V2 pipeline events to the V1 agent EventBus.
Each V2 event is converted to a V1 DomainEvent with:
{prefix}.{v2EventType}
pipeline.task.created
The bridge is fire-and-forget: forwarding errors are logged, not thrown.
Creates a bridge that forwards V2 pipeline events to the V1 agent EventBus.
Each V2 event is converted to a V1 DomainEvent with:
{prefix}.{v2EventType}(e.g.pipeline.task.created)The bridge is fire-and-forget: forwarding errors are logged, not thrown.