onPathMigrationComplete abstract method

void onPathMigrationComplete(
  1. ConnectionId cid,
  2. bool success
)

Called when path migration completes.

cid is the connection ID. success indicates whether the migration succeeded.

Implementation

void onPathMigrationComplete(ConnectionId cid, bool success);