Tutorial: Application.wrapSync

Application.wrapSync

Synchronously returns an Application object that represents an existing application.

Example

const app = fin.Application.wrapSync({ uuid: 'testapp' });
await app.close();