``` subscribe(history, dispatch, { urls: ['x/b/:id', 'x/a/:id'], actionCreator: (id) => [{ type: 'query', payload: { id, }, }], }) ```